MSU576 commited on
Commit
3fb38c3
·
verified ·
1 Parent(s): 1c4a7e9

Rename frontend/public to frontend/public/index.html

Browse files
Files changed (2) hide show
  1. frontend/public +0 -0
  2. frontend/public/index.html +11 -0
frontend/public DELETED
File without changes
frontend/public/index.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <title>GeoMate V3</title>
6
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ </head>
8
+ <body>
9
+ <div id="root"></div>
10
+ </body>
11
+ </html>