Sebastiankay commited on
Commit
7cedfd1
·
verified ·
1 Parent(s): 5f7a089

Upload 3 files

Browse files
static/assets/index-B4PpP54I.css ADDED
The diff for this file is too large to render. See raw diff
 
static/assets/index-Df5JcI2N.js ADDED
The diff for this file is too large to render. See raw diff
 
static/index.html CHANGED
@@ -1,16 +1,14 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>FastAPI Maps</title>
7
- </head>
8
- <body>
9
- <h1>Maps Data</h1>
10
- <ul>
11
- {% for map in maps %}
12
- <li>{{ map.normalizedName }}</li>
13
- {% endfor %}
14
- </ul>
15
- </body>
16
- </html>
 
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>Vite + React</title>
8
+ <script type="module" crossorigin src="/assets/index-Df5JcI2N.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-B4PpP54I.css">
10
+ </head>
11
+ <body>
12
+ <div id="root"></div>
13
+ </body>
14
+ </html>