summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 11:34:25 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 11:34:25 +0100
commit8d8d22a4c76c6580ce62ab93e5dacbbc5c1c842a (patch)
treeed80cc52ad7d7043d0ab68200694d18dfc22d726
parent046c227693e8c67a133f5914bcf97fd58c65de99 (diff)
downloadwww-8d8d22a4c76c6580ce62ab93e5dacbbc5c1c842a.tar.gz
www-8d8d22a4c76c6580ce62ab93e5dacbbc5c1c842a.tar.bz2
www-8d8d22a4c76c6580ce62ab93e5dacbbc5c1c842a.zip
incs
-rw-r--r--footer.inc4
-rw-r--r--header.inc16
-rw-r--r--main.html29
3 files changed, 23 insertions, 26 deletions
diff --git a/footer.inc b/footer.inc
new file mode 100644
index 00000000..fc7768e9
--- /dev/null
+++ b/footer.inc
@@ -0,0 +1,4 @@
+ <div class="footer">
+ <p>&copy; <a href="https://gnunet.org/ev">GNUnet e.V.</a> 2015</p>
+ <p>This page was created using FOSS only.</p>
+ </div>
diff --git a/header.inc b/header.inc
new file mode 100644
index 00000000..c54bba37
--- /dev/null
+++ b/header.inc
@@ -0,0 +1,16 @@
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="author" content="">
+ <!-- <link rel="icon" href="../../favicon.ico"> -->
+
+ <!-- Bootstrap core CSS -->
+ <link href="dist/css/bootstrap.min.css" rel="stylesheet">
+
+ <!-- Custom styles for this template -->
+ <link href="justified-nav.css" rel="stylesheet">
+
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+ <!--[if lt IE 9]>
+ <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+ <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <![endif]-->
diff --git a/main.html b/main.html
index 0987737f..8798ee35 100644
--- a/main.html
+++ b/main.html
@@ -2,27 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="">
- <meta name="author" content="">
- <!-- <link rel="icon" href="../../favicon.ico"> -->
-
<title>Taler - Taxable Anonymous Libre Electronic Reserves</title>
-
- <!-- Bootstrap core CSS -->
- <link href="dist/css/bootstrap.min.css" rel="stylesheet">
-
- <!-- Custom styles for this template -->
- <link href="justified-nav.css" rel="stylesheet">
-
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
+ <meta name="description" content="">
+ <!--# include file="header.inc" -->
</head>
-
<body>
<div class="container">
@@ -53,13 +36,7 @@
</div>
</div>
- <!-- Site footer -->
- <div class="footer">
- <p>&copy; Taler 2015</p>
- <p>This page was created using FOSS only.</p>
- </div>
-
+ <!--# include file="footer.inc" -->
</div> <!-- /container -->
-
</body>
</html>