aboutsummaryrefslogtreecommitdiff
path: root/common/header.j2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'common/header.j2.inc')
-rw-r--r--common/header.j2.inc46
1 files changed, 46 insertions, 0 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
new file mode 100644
index 00000000..b71482d9
--- /dev/null
+++ b/common/header.j2.inc
@@ -0,0 +1,46 @@
1 <script>
2 /*
3 @licstart The following is the entire license notice for the
4 JavaScript code in this page.
5
6 Copyright (C) 2014, 2015, 2016 GNUnet e.V.
7
8 The JavaScript code in this page is free software: you can
9 redistribute it and/or modify it under the terms of the GNU
10 General Public License (GNU GPL) as published by the Free Software
11 Foundation, either version 3 of the License, or (at your option)
12 any later version. The code is distributed WITHOUT ANY WARRANTY;
13 without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
15
16 As additional permission under GNU GPL version 3 section 7, you
17 may distribute non-source (e.g., minimized or compacted) forms of
18 that code without the copy of the GNU GPL normally required by
19 section 4, provided you include this license notice and a URL
20 through which recipients can access the Corresponding Source.
21
22 @licend The above is the entire license notice
23 for the JavaScript code in this page.
24 */
25 </script>
26
27 <meta http-equiv="X-UA-Compatible" content="IE=edge">
28 <meta name="viewport" content="width=device-width, initial-scale=1">
29 <meta name="author" content="">
30 <!-- <link rel="icon" href="../../favicon.ico"> -->
31
32 <!-- Bootstrap core CSS -->
33 <link href="/dist/css/bootstrap.min.css" rel="stylesheet">
34 <!-- Custom styles for this template -->
35 <link href="/justified-nav.css" rel="stylesheet">
36 <link href="/styles.css" rel="stylesheet">
37
38 <script src="/menu.js"></script>
39 <script src="/dist/js/jquery-1.11.1.min.js"></script>
40 <script src="/dist/js/bootstrap.min.js"></script>
41
42 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
43 <!--[if lt IE 9]>
44 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
45 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
46 <![endif]-->