handle most of the boilerplate stuff

This commit is contained in:
ansuz
2017-07-23 14:27:47 +02:00
parent 0d43a84c2b
commit dcf5719eaf
7 changed files with 289 additions and 1 deletions

13
www/todo/inner.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script async data-bootload="/todo/inner.js" data-main="/common/boot.js?ver=1.0" src="/bower_components/requirejs/require.js?ver=2.1.15"></script>
<style>.loading-hidden, .loading-hidden * {display: none !important;}</style>
</head>
<body class="loading-hidden">
<div id="toolbar" class="toolbar-container"></div>
</body>
</html>