Spaces:
Running
Running
File size: 1,108 Bytes
27aa622 8bd19aa 23b0b14 ff20621 918c8b2 8bd19aa 23b0b14 8bd19aa 8ddaff6 8bd19aa ff20621 918c8b2 00c17c6 27aa622 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<marquee class="marquee" Scrollamount=15 loop="">
<div class="bangtan-logo">
<svg viewBox="0 0 275 275">
<polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
</svg>
<svg viewBox="275 0 275 275">
<polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
</svg>
</div>
WELCOME HOME
<div class="bangtan-logo">
<svg viewBox="0 0 275 275">
<polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
</svg>
<svg viewBox="275 0 275 275">
<polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
</svg>
</div>
</marquee>
</div>
</body>
</html>
|