aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJoris2019-05-16 09:40:02 +0200
committerJoris2019-05-16 09:40:02 +0200
commit7bf58894761742d4da8e6f52ce113ea7327e7114 (patch)
tree388785f65e258e956296977cff4bd1f7ac6e1526 /public/index.html
parentf015a216f5ee1e335d5ae90dbc8f3efafdca6fec (diff)
downloadyoga-7bf58894761742d4da8e6f52ce113ea7327e7114.tar.gz
yoga-7bf58894761742d4da8e6f52ce113ea7327e7114.tar.bz2
yoga-7bf58894761742d4da8e6f52ce113ea7327e7114.zip
Bootstrap
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..cb2702a
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <title>Yoga</title>
+ <meta charset="utf-8">
+ <link rel="stylesheet" href="main.css">
+ </head>
+ <body>
+ <script src="main.js"></script>
+ </body>
+</html>