-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (33 loc) · 1.26 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>hc-address-parcel-form</title>
<link rel="stylesheet" href="https://commbocc.github.io/html-wrapper/static/css/app.css">
</head>
<body>
<noscript>
<center>
<strong>This site is best viewed with Javascript Enabled.</strong>
<br>
<em><a href="http://www.enable-javascript.com/" target="_blank">How to enable JavaScript in your browser.</a></em>
</center>
<hr>
</noscript>
<main id="hc-main">
<header class="mb-3">
<nav id="hc-nav" is="hc-navigation" logo-href="./"></nav>
</header>
<section class="container">
<!-- PLACE CONTENT HERE -->
<div id="app"></div>
</section>
<footer id="hc-footer" is="hc-footer" class="mt-3"></footer>
</main>
<script type="text/javascript" src="https://commbocc.github.io/html-wrapper/static/js/manifest.js"></script>
<script type="text/javascript" src="https://commbocc.github.io/html-wrapper/static/js/vendor.js"></script>
<script type="text/javascript" src="https://commbocc.github.io/html-wrapper/static/js/app.js"></script>
<script type="text/javascript" src="./dist/build.js"></script>
</body>
</html>