Spaces:
Running
Running
add bts logo
Browse files- index.html +9 -1
index.html
CHANGED
@@ -8,7 +8,15 @@
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
-
<marquee>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
</div>
|
13 |
</body>
|
14 |
</html>
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
11 |
+
<marquee>
|
12 |
+
<svg viewBox="0 0 275 1000">
|
13 |
+
<polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
|
14 |
+
</svg>
|
15 |
+
Welcome Home
|
16 |
+
<svg viewBox="275 0 275 1000">
|
17 |
+
<polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
|
18 |
+
</svg>
|
19 |
+
</marquee>
|
20 |
</div>
|
21 |
</body>
|
22 |
</html>
|