Xenova HF Staff commited on
Commit
8219a2b
·
verified ·
1 Parent(s): 0da67dd

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -33
index.html DELETED
@@ -1,33 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" type="image/png" href="/logo.png" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Llama-3.2 WebGPU</title>
8
- <script type="module" crossorigin src="/assets/index-Eg2tQ_Fl.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-DS3dcEWq.css">
10
- </head>
11
-
12
- <body>
13
- <div id="root"></div>
14
-
15
- <script>
16
- window.MathJax = {
17
- tex: {
18
- inlineMath: [
19
- ["$", "$"],
20
- ["\\(", "\\)"],
21
- ],
22
- },
23
- svg: {
24
- fontCache: "global",
25
- },
26
- };
27
- </script>
28
- <script
29
- id="MathJax-script"
30
- src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
31
- ></script>
32
- </body>
33
- </html>