summaryrefslogtreecommitdiffstats
path: root/src/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-10-30 13:22:06 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-10-30 13:22:06 +0300
commite24ba80820bd49af72a9e1702ed635e9b63452d1 (patch)
tree4c0479d10c94aa72f80d1dad1ad49b28c7695da9 /src/index.html
parente500394ed975055657fde19d3cd1c106888734b5 (diff)
Add parcel and stuff
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/index.html b/src/index.html
deleted file mode 100644
index ccf508a..0000000
--- a/src/index.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-
-<head>
- <meta charset="UTF-8">
- <title>Main</title>
- <link rel="stylesheet" href="main.css">
- </link>
- <script src="main.js"></script>
-</head>
-
-<body>
- <div id="app"></div>
- <script>
- var app = Elm.Main.init({
- node: document.getElementById("app")
- });
-
- app.ports.showAlert.subscribe((message) => window.alert(message));
- </script>
-</body>
-
-</html> \ No newline at end of file