Files
habitica/website/client/index.html
T
Matteo Pagliazzi d3371e323e Vuex Structure (#8054)
* wip: vuex structure

* add missing files

* client: do not fail dev build on eslint error

* eslint does not block compilation, mount app when data is ready

* eslintrc.js -> eslintrc
2016-09-23 19:49:11 +02:00

14 lines
339 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Habitica</title>
</head>
<body>
<!-- #loading-screen needs to be rendered before vue, will be deleted once app is loaded -->
<div id="loading-screen">Loading...</div>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>