Spaces:
Running
Running
Upload 4 files
Browse files- assets/index-DfZ8pThw.js +0 -0
- assets/index-bTckGpIw.css +1 -0
- assets/ort-wasm-simd-threaded.jsep-B0T3yYHD.wasm +3 -0
- index.html +17 -0
assets/index-DfZ8pThw.js
ADDED
The diff for this file is too large to render.
See raw diff
|
|
assets/index-bTckGpIw.css
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*{box-sizing:border-box;padding:0;margin:0;font-family:"Source Sans 3",sans-serif}html,body{height:100%}body{padding:32px;color:#fff;background-color:#181e38}
|
assets/ort-wasm-simd-threaded.jsep-B0T3yYHD.wasm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c46655e8a94afc45338d4cb2b840475f88e5012d524509916e505079c00bfa39
|
3 |
+
size 21596019
|
index.html
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!doctype html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8" />
|
5 |
+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
6 |
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
7 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
8 |
+
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
|
9 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
10 |
+
<title>Vite + React + TS</title>
|
11 |
+
<script type="module" crossorigin src="/assets/index-DfZ8pThw.js"></script>
|
12 |
+
<link rel="stylesheet" crossorigin href="/assets/index-bTckGpIw.css">
|
13 |
+
</head>
|
14 |
+
<body>
|
15 |
+
<div id="root"></div>
|
16 |
+
</body>
|
17 |
+
</html>
|