-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.html
26 lines (21 loc) · 1.48 KB
/
header.html
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
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<meta name="description" content="a current duty roster | Ein Dienstplan">
<meta name="author" content="Alexander Schuster <galak@gmx.net>">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="public/css/normalize.css">
<link rel="stylesheet" href="public/css/skeleton.css">
<link rel="stylesheet" href="public/css/style.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!--[if IE]>
<link rel="shortcut icon" href="public/images/favicon.ico"><![endif]-->
<link rel="icon" type="image/png" href="public/images/favicon.png">
<title>Dienstplan</title>