Files
habitica/website/client/index.html
Matteo Pagliazzi e3bcea4077 Add semantic-ui (#8076)
* client: add semantic-ui

* add README, disable google fonts

* karma: limit coverage to .vue and .js files

* add missing deps

* semantic-ui in assets folder
2016-09-27 09:34:45 +02:00

18 lines
457 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" class="ui middle aligned one column grid">
<div class="column center aligned">
<p>Loading...</p>
</div>
</div>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>