forked from lars-kolbowski/xiSPEC_website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
head.php
executable file
·35 lines (35 loc) · 1.58 KB
/
head.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<title>xiSPEC | <?php echo $pageName ?></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="xiSPEC is a tool for visualizing crosslink mass spectrometry spectra.." />
<meta name="keywords" content="xiSPEC, biologists, mass-spectrometrists, crosslinking, cross-linking, protein, fragmentation, MS2, rappsilber, software" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="icon" type="image/ico" href="/images/logos/favicon.ico">
<link rel="stylesheet" href="./css/reset.css" />
<link rel="stylesheet" href="./css/noscript.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/responsive.css" />
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#333333",
"text": "#999999"
},
"button": {
"background": "#750000",
"text": "#ffffff"
}
},
"theme": "classic",
"position": "bottom-right",
"content": {
"href": "cookiepolicy.php"
}
})});
</script>