Create documentHeader.html and documentFooter.html includes

This commit is contained in:
Daniel Rudolf 2015-10-05 19:09:22 +02:00
parent 75717c7440
commit 6ba18ff641
4 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1 @@
</html>

View file

@ -0,0 +1,2 @@
<!DOCTYPE HTML>
<html lang="en-US">

View file

@ -1,5 +1,4 @@
<!DOCTYPE HTML>
<html lang="en-US">
{% include documentHeader.html %}
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
@ -72,4 +71,4 @@
<script type="text/javascript">try{ clicky.init(100720523); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720523ns.gif" /></p></noscript>
</body>
</html>
{% include documentFooter.html %}

View file

@ -1,5 +1,4 @@
<!DOCTYPE HTML>
<html lang="en-US">
{% include documentHeader.html %}
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
@ -56,4 +55,4 @@
<script type="text/javascript">try{ clicky.init(100720523); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720523ns.gif" /></p></noscript>
</body>
</html>
{% include documentFooter.html %}