maple3142 commited on
Commit
87b6575
1 Parent(s): 44f0c51

Upload 7 files

Browse files
code/static/assets/index-9d4bce0e.css ADDED
The diff for this file is too large to render. See raw diff
 
code/static/assets/index-bc1a6b42.js ADDED
The diff for this file is too large to render. See raw diff
 
code/static/assets/materialdesignicons-webfont-6d5e4be4.woff ADDED
Binary file (569 kB). View file
 
code/static/assets/materialdesignicons-webfont-739dc70d.woff2 ADDED
Binary file (392 kB). View file
 
code/static/assets/materialdesignicons-webfont-c02d41ce.ttf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c02d41cec7e8ff616761b6e52bb27f507e3f7c075579a9f82d351c314f05da2b
3
+ size 1261792
code/static/assets/materialdesignicons-webfont-f5966bae.eot ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5966bae58ff543f0b8af1900d55090dcf08839215b94df08073b106c33075c1
3
+ size 1262012
code/static/index.html ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Claim Detection</title>
8
+ <script type="module" crossorigin src="/assets/index-bc1a6b42.js"></script>
9
+ <link rel="stylesheet" href="/assets/index-9d4bce0e.css">
10
+ </head>
11
+ <body>
12
+ <div id="app"></div>
13
+
14
+ </body>
15
+ </html>