29 lines
1.5 KiB
HTML
29 lines
1.5 KiB
HTML
<head>
|
||
|
||
<!-- Basic Page Needs
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<meta charset="utf-8">
|
||
<title>Password Card Generator</title>
|
||
<meta name="description" content="Password Card Generator">
|
||
<meta name="author" content="Raphael Zimmermann">
|
||
|
||
<!-- Mobile Specific Metas
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
||
<!-- FONT
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
||
|
||
<!-- CSS
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<link rel="stylesheet" href="resources/css/normalize.css">
|
||
<link rel="stylesheet" href="resources/css/skeleton.css">
|
||
<link rel="stylesheet" href="resources/css/tinycolorpicker.css">
|
||
<link rel="stylesheet" href="resources/css/main.css">
|
||
|
||
<!-- Favicon
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<link rel="icon" type="image/png" href="resources/favicon.png">
|
||
|
||
</head>
|