about summary refs log tree commit diff stats
path: root/elm/cost-of-meeting/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'elm/cost-of-meeting/index.html')
-rw-r--r--elm/cost-of-meeting/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/elm/cost-of-meeting/index.html b/elm/cost-of-meeting/index.html
new file mode 100644
index 0000000..fba1a39
--- /dev/null
+++ b/elm/cost-of-meeting/index.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Meeting Cost Calculator</title>
+    <link rel="stylesheet" href="src/styles.css">
+  </head>
+  <body>
+    <div id="elm"></div>
+    <script src="elm.js"></script>
+    <script>
+      var app = Elm.Main.init({
+        node: document.getElementById('elm')
+      });
+    </script>
+  </body>
+</html> 
\ No newline at end of file