SHOWING: First 60
<!DOCTYPE html><html lang="de"><head><meta charset="UTF-8"><title>Runenkreis</title><style>body{background-color:#000;display:flex;justify-content:flex-start;align-items:flex-end;height:720px;color:#fff;position:relative}#runenkreis-container{width:200px;height:200px;position:absolute;left:0;bottom:0}svg{width:100%;height:100%}.runen{fill:#fff;font-family:Arial,sans-serif;font-size:10px;text-anchor:middle;dominant-baseline:middle}.zentrale-rune{font-size:20px}@keyframes rotate{to{transform:rotate(360deg)}}.runen-rotation{animation:rotate 60s linear infinite;transform-origin:50% 50%}</style></head><body><div id="runenkreis-container"><svg viewBox="0 0 100 100"><circle cx="50" cy="50" r="45" stroke="#fff" stroke-width=".5" fill="none"/><circle cx="50" cy="50" r="30" stroke="#fff" stroke-width=".5" fill="none"/><text x="50" y="50" class="runen zentrale-rune" dominant-baseline="central" text-anchor="middle">ᚠ</text><g class="runen-rotation"></g></svg></div><script>const svgNS="http://www.w3.org/2000/svg",runenRotation=document.querySelector('.runen-rotation'),runen=["ᚠ","ᚢ","ᚦ","ᚨ","ᚱ","ᚲ","ᚷ","ᚹ","ᚺ","ᚾ","ᛁ","ᛃ","ᛇ","ᛈ","ᛉ","ᛊ","ᛏ","ᛒ","ᛖ","ᛗ","ᛚ","ᛜ","ᛟ","ᛞ"];runen.forEach((rune,i)=>{const angle=360/runen.length*i,radius=37.5,x=50+radius*Math.cos(angle*Math.PI/180),y=50+radius*Math.sin(angle*Math.PI/180),runeElement=document.createElementNS(svgNS,'text');runeElement.setAttribute('x','50');runeElement.setAttribute('y','50');runeElement.setAttribute('class','runen');runeElement.setAttribute('transform',`translate(${x-50},${y-50}) rotate(${angle+90}, 50, 50)`);runeElement.textContent=rune;runenRotation.appendChild(runeElement)});</script></body></html>
#61,480,695text<!DOCTYPE html><html lang="de"><head><meta charset="UTF-8"><title>Runenkreis</title><style>body{background-color:black;display:flex;justify-content:center;align-items:center;height:100vh;color:white;}svg{width:500px;height:500px;}.runen{fill:white;font-family:'Times New Roman',serif;font-size:14px;text-anchor:middle;dominant-baseline:middle;}.zentrale-rune{font-size:60px;}</style></head><body><svg viewBox="0 0 200 200" id="runenkreis"><circle cx="100" cy="100" r="90" stroke="white" stroke-width="1" fill="none"/><circle cx="100" cy="100" r="60" stroke="white" stroke-width="1" fill="none"/><text x="100" y="105" class="runen zentrale-rune">ᚠ</text></svg><script>const runenkreis=document.getElementById('runenkreis');const runen=["ᚠ","ᚢ","ᚦ","ᚨ","ᚱ","ᚲ","ᚷ","ᚹ","ᚺ","ᚾ","ᛁ","ᛃ","ᛇ","ᛈ","ᛉ","ᛊ","ᛏ","ᛒ","ᛖ","ᛗ","ᛚ","ᛜ","ᛟ","ᛞ"];runen.forEach((rune,i)=>{const angle=(360/runen.length)*i-90;const x=100+75*Math.cos((angle*Math.PI)/180);const y=100+75*Math.sin((angle*Math.PI)/180);const runeElement=document.createElementNS('http://www.w3.org/2000/svg','text');runeElement.setAttribute('x',x);runeElement.setAttribute('y',y);runeElement.setAttribute('class','runen');runeElement.setAttribute('transform',`rotate(${angle+90},${x},${y})`);runeElement.textContent=rune;runenkreis.appendChild(runeElement);});</script></body></html>
#61,278,144text138030.bitmap#12,990,528textSoutarokev.satoria#11,110,512texttransfer1,000.zbit#11,062,929brc-20