Persano commited on
Commit
d4e7cfd
·
verified ·
1 Parent(s): d9beac9

Create dist/index.html

Browse files
Files changed (1) hide show
  1. dist/index.html +14 -0
dist/index.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" href="/assets/logo.svg" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>React App</title>
8
+ <link rel="stylesheet" href="/assets/index-abc123.css" />
9
+ </head>
10
+ <body class="bg-gray-100 text-gray-800">
11
+ <div id="root"></div>
12
+ <script type="module" src="/assets/index-abc123.js"></script>
13
+ </body>
14
+ </html>