Shinhati2023 commited on
Commit
052f837
·
verified ·
1 Parent(s): 8df6be7

Create client/index.html

Browse files
Files changed (1) hide show
  1. client/index.html +13 -0
client/index.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>FluxGen</title>
7
+ <script src="https://js.puter.com/v2/"></script>
8
+ </head>
9
+ <body>
10
+ <div id="root"></div>
11
+ <script type="module" src="/src/main.jsx"></script>
12
+ </body>
13
+ </html>