-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (65 loc) · 3.28 KB
/
index.html
File metadata and controls
69 lines (65 loc) · 3.28 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- TITILE -->
<title>Roofing Contract</title>
<!-- BASE -->
<base href="/">
<!-- VIEWPORT -->
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<!-- THEME COLOR -->
<meta name="theme-color" content="#303030">
<!-- MANIFEST -->
<link rel="manifest" href="manifest.json">
<!-- MANIFEST ICON -->
<!-- <link rel="icon" href="manifest/favicon.ico"> -->
<!-- CANONICAL -->
<link rel="canonical" href="https://roofingcontract.com/" />
<!-- GOOGLE VERIFICATION -->
<meta name="google-site-verification" content="rh-NjqCCrZAZxwcQdF-taYcDvp5CalWAKDDdv2yyH18" />
<!-- AUTHOR -->
<meta name="author" content="Jack Markiewicz">
<!-- TIME -->
<meta http-equiv="If-Modified-Since" content="Fri, 20 Apr 2018 14:30:59 GMT" />
<!-- DESCRIPTION -->
<meta name="description" content="Free Roofing Contract, Primary, Subcontract, Employment Contract, Warranty, Proposal, or calculate an estimate.">
<!-- KEYWORDS -->
<meta name="keywords" content="roof, contract, purchase order, asphalt, cedar, metal, slate, clay">
<!-- HTTPS REFERRER TAG-->
<meta name="referrer" content="no-referrer-when-downgrade">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Roofing Contract">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Roofing Contract">
<!-- Tile icon for Windows 8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="/images/manifest/icon-144x144.png">
<meta name="msapplication-TileColor" content="#303030">
<meta name="msapplication-tap-highlight" content="no">
<!--TWITTER -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Roofing Contract">
<meta name="twitter:description" content="Free Roofing Contract, Primary, Subcontract, Employment Contract, Warranty, Proposal, or also calculate an estimate.">
<style>
body {
color: black;
font-family: Roboto, sans-serif;
background-color: #303030;
margin: 0px;
color: #1e2252;
}
</style>
</head>
<body>
<!-- APPLICATION SHELL -->
<roofing-shell></roofing-shell>
<script>
window.process = { env: { NODE_ENV: 'production' } };
</script>
<script type="script" src='./node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js'></script>
<script type="module" src='./deploy/application-shell.js'></script>
</body>
</html>