fellybikush commited on
Commit
4a7df03
·
verified ·
1 Parent(s): 2117aea

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -20
index.html DELETED
@@ -1,20 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <p>Variables are accessible through <i>window.huggingface.variables</i> in JavaScript! Checkout the source code for <i>index.html</i> in the <a href="https://huggingface.co/spaces/coyotte508/static-variables/tree/main">"Files"</a> tab.</p>
12
- <p>
13
- Also don't forget to check the
14
- <a href="https://huggingface.co/docs/hub/spaces-sdks-static" target="_blank">Static Spaces documentation</a>.
15
- </p>
16
- </div>
17
- <pre />
18
- </body>
19
- <script>document.querySelector("pre").textContent = JSON.stringify(window.huggingface, null, 2)</script>
20
- </html>