Init: basic templating.
This commit is contained in:
commit
ec1b43754a
7 changed files with 608 additions and 0 deletions
23
berichtsheft/index.html
Normal file
23
berichtsheft/index.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!doctype html>
|
||||
<html lang="de-de">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="assets/css/notebook.css" />
|
||||
<title>Mein Berichtsheft</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="sticky">
|
||||
<button onclick='pageAdd("title")'>Neue Titelseite</button>
|
||||
<button onclick='pageAdd("blank")'>Neue leere Seite</button>
|
||||
<button onclick='pageAdd("report")'>Neue Berichtsseite</button>
|
||||
</div>
|
||||
|
||||
<main id="appContent"></main>
|
||||
</body>
|
||||
<footer>
|
||||
<script src="assets/js/notebook.js"></script>
|
||||
<script>init();</script>
|
||||
</footer>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue