header and footer
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
<!-- { "toc": "compute", "title": "Projects - Just for Fun" } -->
|
||||
<h1>Index</h1>
|
||||
BlaBla
|
||||
#bla#
|
||||
#toc#
|
@ -8,8 +8,23 @@
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
#maincontent#
|
||||
<div class="header">
|
||||
<h1>Projects - just for fun</h1>
|
||||
</div>
|
||||
|
||||
<div class="topnav">
|
||||
<a href="index">Home</a>
|
||||
<a href="pages/impressum">Impressum</a>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="main">
|
||||
#maincontent#
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<a href="pages/impressum">Impressum</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
4
docroot/pages/impressum.pag
Normal file
4
docroot/pages/impressum.pag
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- { "title": "Impressum" } -->
|
||||
<h1>Impressum</h1>
|
||||
|
||||
Wolfgang Hottgenroth
|
Reference in New Issue
Block a user