main
html 12 lines 310 Bytes
Raw
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" />
6 <title>React App</title>
7 </head>
8 <body>
9 <noscript>You need to enable JavaScript to run this app.</noscript>
10 <div id="root"></div>
11 </body>
12 </html>