-
Notifications
You must be signed in to change notification settings - Fork 4
/
template.html
55 lines (44 loc) · 2.37 KB
/
template.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sonoma County Fire Information - Fire News, Resources and Contacts for Fire Victims</title>
<meta name="description" content="News, resources, contacts, list of open gas stations and markets and much more for the Tubb's and Nunn's fires in Santa Rosa, Rohnert Park, Cotati, Sebastopol, Kenwood and other areas. A central location for Sonoma County fire information.">
<!-- Browser settings -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Google Apps Verification -->
<meta name="google-site-verification" content="it5qbdox4t-W7jjcdjrjt34pnbimIqY-hnf-thjdpvw"
/>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/manifest.json">
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- Social sharing -->
<meta property="og:image" content="http://sonomafireinfo.com/images/fb-share.png"
/>
<meta property="og:description" content="News, resources, contacts, list of open gas stations and markets and much more for the Tubb's and Nunn's fires in Santa Rosa, Rohnert Park, Cotati, Sebastopol, Kenwood and other areas. A central location for Sonoma County fire information."
/>
<meta property="og:url" content="http://sonomafireinfo.com" />
<meta property="og:title" content="Sonoma County Fire Information - Fire News, Resources and Contacts for Fire Victims"
/>
<!-- Styles and fonts -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:Open+Sans:400,700"
rel="stylesheet">
<!-- Fix Fetch -->
<script>
window.Promise || document.write(
'<script src="//cdn.jsdelivr.net/es6-promise/4.1.0/es6-promise.auto.min.js"><\/script>'
)
</script>
<!-- Google Analytics -->
<script type="text/javascript" src="//translate.google.com/translate_a/element.js"></script>
</head>
<body>
<div id="app-root" class="h-100"></div>
</body>
</html>