suredream commited on
Commit
efd3105
·
verified ·
1 Parent(s): f9e0145

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -4
index.html CHANGED
@@ -10,10 +10,13 @@
10
  <div class="card">
11
  <h1>Welcome to your static Space!</h1>
12
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
 
 
 
17
  </div>
18
  </body>
19
  </html>
 
10
  <div class="card">
11
  <h1>Welcome to your static Space!</h1>
12
  <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
+ <!-- <h1>Text Files Index</h1> -->
14
+ <ul>
15
+ <li><a href="file1.txt" target="_blank">file1.txt</a></li>
16
+ <li><a href="files/file2.txt" target="_blank">file2.txt</a></li>
17
+ <li><a href="files/file3.txt" target="_blank">file3.txt</a></li>
18
+ <!-- Add more links as needed -->
19
+ </ul>
20
  </div>
21
  </body>
22
  </html>