richylyq commited on
Commit
00c17c6
1 Parent(s): 8201143

add bts logo

Browse files
Files changed (1) hide show
  1. index.html +9 -1
index.html CHANGED
@@ -8,7 +8,15 @@
8
  </head>
9
  <body>
10
  <div class="card">
11
- <marquee>Welcome Home</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>