mirror of
https://github.com/danbulant/ester_os
synced 2026-07-05 19:11:03 +00:00
Simple HTML for react
This commit is contained in:
parent
8cd758e5b5
commit
a6b8f1f58c
1 changed files with 13 additions and 0 deletions
13
client/src/index.html
Normal file
13
client/src/index.html
Normal 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>
|
||||||
Loading…
Reference in a new issue