davanstrien HF Staff commited on
Commit
88dc7bb
·
1 Parent(s): 32bfa44
Files changed (1) hide show
  1. index.html +7 -2
index.html CHANGED
@@ -1,9 +1,14 @@
1
  <!DOCTYPE html>
2
  <html>
 
 
 
 
 
3
  <body>
4
  <div class="card">
5
  <h1 class="center" style="text-align: center">
6
- 🤗 Hub analysis notebooks 🤗
7
  </h1>
8
  <p class="center">
9
  This Space is used to collect notebooks which assess metadata on the
@@ -19,5 +24,5 @@
19
  </li>
20
  </ul>
21
  </div>
22
- </body>
23
  </html>
 
1
  <!DOCTYPE html>
2
  <html>
3
+ <style>
4
+ html {
5
+ border: 1px solid black;
6
+ }
7
+ </style>
8
  <body>
9
  <div class="card">
10
  <h1 class="center" style="text-align: center">
11
+ &#x1F917; Hub analysis notebooks &#x1F917;
12
  </h1>
13
  <p class="center">
14
  This Space is used to collect notebooks which assess metadata on the
 
24
  </li>
25
  </ul>
26
  </div>
27
+ </body>i
28
  </html>