summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-03-17 22:15:38 +0100
committerJules Laplace <jules@okfoc.us>2017-03-17 22:15:38 +0100
commit09ffebf333adfe45967b44eb8f6237a65a876e25 (patch)
treeb83d6cc1461fe2f74f2ca9b637ab36abeada51f6 /public/index.html
parent4e9e8b7692f906e5e389ebfbf5cb1873bed38a00 (diff)
getting set up with babel and webpack
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/public/index.html b/public/index.html
index 8af6489..9428e23 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,16 +1,10 @@
<html>
<head>
<title>Calorie Counter</title>
-<style>
-* {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
-}
-</style>
+<link rel="stylesheet" href="app.css">
</head>
<body>
-
-
+<div id="container"></div>
+<script src="bundle.js"></script>
</body>
</html>