aboutsummaryrefslogtreecommitdiff
path: root/help/common/header.inc
diff options
context:
space:
mode:
Diffstat (limited to 'help/common/header.inc')
-rw-r--r--help/common/header.inc47
1 files changed, 0 insertions, 47 deletions
diff --git a/help/common/header.inc b/help/common/header.inc
deleted file mode 100644
index 86aa7896..00000000
--- a/help/common/header.inc
+++ /dev/null
@@ -1,47 +0,0 @@
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 <script src="/dist/js/jquery-1.11.1.min.js"></script>
35 <script src="/dist/js/bootstrap.min.js"></script>
36
37 <!-- Custom styles for this template -->
38 <link href="/justified-nav.css" rel="stylesheet">
39 <link href="/lang.css" rel="stylesheet">
40 <link href="/styles.css" rel="stylesheet">
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]-->