Simple HTML for react

This commit is contained in:
danbulant 2020-02-07 18:53:19 +01:00
parent 8cd758e5b5
commit a6b8f1f58c

13
client/src/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webpack + React</title>
</head>
<body>
<noscript>
JS is required for the Ester OS to work. You can learn how to enable javascript <a href="https://enablejavascript.co/">here</a>.
</noscript>
</body>
<script src="app.js"></script>
</html>