richylyq commited on
Commit
85afc30
1 Parent(s): d85478d

hide bangtan logo

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -9,23 +9,23 @@
9
  <body>
10
  <div class="card">
11
  <marquee class="marquee" Scrollamount=15 loop="">
12
- <div class="bangtan-logo-left">
13
  <svg viewBox="0 0 1080 720">
14
  <polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
15
  </svg>
16
  <svg viewBox="275 0 1080 720">
17
  <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
18
  </svg>
19
- </div>
20
  WELCOME HOME
21
- <div class="bangtan-logo-right">
22
  <svg viewBox="1000 0 1080 720">
23
  <polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
24
  </svg>
25
  <svg viewBox="275 0 1080 720">
26
  <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
27
  </svg>
28
- </div>
29
  </marquee>
30
  </div>
31
  </body>
 
9
  <body>
10
  <div class="card">
11
  <marquee class="marquee" Scrollamount=15 loop="">
12
+ <!-- <div class="bangtan-logo-left">
13
  <svg viewBox="0 0 1080 720">
14
  <polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
15
  </svg>
16
  <svg viewBox="275 0 1080 720">
17
  <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
18
  </svg>
19
+ </div> -->
20
  WELCOME HOME
21
+ <!-- <div class="bangtan-logo-right">
22
  <svg viewBox="1000 0 1080 720">
23
  <polygon points="100,100 260,250 260,625 100,700" fill="#4c0078" />
24
  </svg>
25
  <svg viewBox="275 0 1080 720">
26
  <polygon points="280,250 440,100 440,700 280,625" fill="#4c0078" />
27
  </svg>
28
+ </div> -->
29
  </marquee>
30
  </div>
31
  </body>