aboutsummaryrefslogtreecommitdiff
path: root/common/header.inc.j2
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2017-01-19 16:10:35 +0100
committertg(x) <*@tg-x.net>2017-01-19 16:10:35 +0100
commitf6d6fdbb01b0ee90b2dafb615c1814588bd14d93 (patch)
tree09bddda329032197ca2e48c8e66fa328f6fcb3d3 /common/header.inc.j2
parent08f40842ceb608e96d28a646d71044d2c83b34fb (diff)
downloadwww-f6d6fdbb01b0ee90b2dafb615c1814588bd14d93.tar.gz
www-f6d6fdbb01b0ee90b2dafb615c1814588bd14d93.zip
i18n: rename template files
Diffstat (limited to 'common/header.inc.j2')
-rw-r--r--common/header.inc.j247
1 files changed, 47 insertions, 0 deletions
diff --git a/common/header.inc.j2 b/common/header.inc.j2
new file mode 100644
index 00000000..738feff1
--- /dev/null
+++ b/common/header.inc.j2
@@ -0,0 +1,47 @@
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="lang.css" rel="stylesheet">
37 <link href="styles.css" rel="stylesheet">
38
39 <script src="/dist/js/jquery-1.11.1.min.js"></script>
40 <script src="/dist/js/bootstrap.min.js"></script>
41 <script src="lang.js"></script>
42
43 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
44 <!--[if lt IE 9]>
45 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
46 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
47 <![endif]-->