diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 11:02:48 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-08 11:02:48 +0200 |
| commit | 6305acef3bd25f51b408b38a9f4f11c3040480c5 (patch) | |
| tree | f8d45885f66ef85eb1bd4079034e8bd72fdba0d3 /index.html | |
| parent | 9f12ba674bb824627ceb648e79a2fa7065a1e51d (diff) | |
| download | brokentalents-6305acef3bd25f51b408b38a9f4f11c3040480c5.tar.gz brokentalents-6305acef3bd25f51b408b38a9f4f11c3040480c5.zip | |
frontend template setup
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,10 +1,10 @@ -<doctype html> +<!DOCTYPE html> <html> <head> - <meta charset="utf-8" /> - <title>Hello World!</title> - </head> + <meta charset="UTF-8"> + <title>BrokenTalents</title> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"></head> <body> - <p>Hello World.</p> - </body> + <div id="app"></div> + <script type="text/javascript" src="dist/build.js"></script></body> </html> |
