Basic react page in place

This commit is contained in:
2019-05-07 19:42:39 +10:00
commit 1628b63eb2
11 changed files with 5407 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/styles/shared.css"/>
</head>
<body>
<div id = "root"></div>
<script src="/app.bundle.js"></script>
</body>
</html>