summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-05-08 11:02:48 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-05-08 11:02:48 +0200
commit6305acef3bd25f51b408b38a9f4f11c3040480c5 (patch)
treef8d45885f66ef85eb1bd4079034e8bd72fdba0d3 /src/index.html
parent9f12ba674bb824627ceb648e79a2fa7065a1e51d (diff)
downloadbrokentalents-6305acef3bd25f51b408b38a9f4f11c3040480c5.tar.gz
brokentalents-6305acef3bd25f51b408b38a9f4f11c3040480c5.zip
frontend template setup
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..fd3fe13
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>BrokenTalents</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"></head>
+ <body>
+ <div id="app"></div>
+ </body>
+</html>