-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_head.html
31 lines (29 loc) · 2.42 KB
/
_head.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
27
28
29
30
31
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Last Raffle Generator You'll Ever Need</title>
<meta name="description" content="The Raffler is a free raffle generator that is simple to use for your next party. Add names, specify the number of tickets, and click Pick a Winner. Done.">
<meta name="keywords" content="raffle,free,random,generator,winner,party">
<script src="node_modules/webcomponents.js/webcomponents-lite.min.js"></script>
<link rel="stylesheet" href="https://bootswatch.com/cosmo/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="style.css?v=2015-11-30T00:40:59.177Z" />
<link rel="apple-touch-icon" sizes="57x57" href="Content/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="Content/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="Content/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="Content/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="Content/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="Content/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="Content/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="Content/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="Content/favicons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="Content/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="Content/favicons/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="Content/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="Content/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="Content/favicons/manifest.json">
<link rel="mask-icon" href="Content/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="Content/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="Content/favicons/mstile-144x144.png">
<meta name="msapplication-config" content="Content/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">