boiler plate, add folder scheme and basic files
[crowdnodeWebStake/.git] / src / public / index.html
diff --git a/src/public/index.html b/src/public/index.html
new file mode 100644 (file)
index 0000000..cb2cd14
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+    <meta charset="UTF-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>CrowdNode</title>
+</head>
+
+<body>
+    <script type="module" src="../scripts/main.ts"></script>
+</body>
+
+</html>
\ No newline at end of file