-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.region
23 lines (23 loc) · 951 Bytes
/
site.region
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="p_CI1GQeCkHYG9J9kdiBkApaIsBN2DM1R-bcGLcFrL0" />
<link href="/assets/bundle.css" rel="stylesheet">
<!-- <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet"> -->
<script> const props = {} </script>
<squarespace:navigation navigationId="primaryNav" template="primary-navigation" />
<squarespace:navigation navigationId="secondaryNav" template="secondary-navigation" />
{squarespace.main-content}
<script defer type="text/javascript" src="/scripts/bundle.js"></script>
</head>
<body>
<script>
// just to make sure the injected footer script doesn't throw
const Y = null
const Squarespace = { afterBodyLoad(Y){} }
</script>
{squarespace-footers}
<div id="app"/>
</body>
</html>