2021-03-04 23:10:20 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-05-17 15:27:41 +00:00
|
|
|
<title>The Para-Real: Finding the Future in Unexpected Places</title>
|
|
|
|
<meta charset="utf-8" />
|
2021-03-04 23:10:20 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2021-05-17 15:27:41 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="32x32"
|
|
|
|
href="static/favicon-32x32.png"
|
|
|
|
/>
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="16x16"
|
|
|
|
href="static/favicon-16x16.png"
|
|
|
|
/>
|
|
|
|
<!-- <link rel="manifest" href="static/site.webmanifest" /> -->
|
|
|
|
<link rel="mask-icon" href="static/safari-pinned-tab.svg" color="#5bbad5" />
|
|
|
|
<meta name="msapplication-TileColor" content="#da532c" />
|
|
|
|
<meta name="theme-color" content="#ffffff" />
|
|
|
|
<meta
|
|
|
|
content="The Para-Real: Finding the Future in Unexpected Places"
|
|
|
|
property="og:site_name"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
|
|
<meta
|
|
|
|
name="twitter:title"
|
|
|
|
content="The Para-Real: Finding the Future in Unexpected Places"
|
|
|
|
/>
|
|
|
|
<meta name="twitter:description" content="..." />
|
|
|
|
<meta name="twitter:image" content="static/meta.png" />
|
|
|
|
|
|
|
|
<meta
|
|
|
|
property="og:title"
|
|
|
|
content="The Para-Real: Finding the Future in Unexpected Places"
|
|
|
|
/>
|
|
|
|
<meta property="og:description" content="" />
|
|
|
|
<meta property="og:image" content="static/meta.png" />
|
|
|
|
|
2021-03-05 13:37:53 +00:00
|
|
|
<link rel="stylesheet" href="./src/assets/styles/index.scss" />
|
2021-03-04 23:10:20 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-03-05 12:17:51 +00:00
|
|
|
<div id="app"></div>
|
|
|
|
<script src="./index.js"></script>
|
2021-05-18 13:09:33 +00:00
|
|
|
<!-- Matomo -->
|
|
|
|
<script type="text/javascript">
|
|
|
|
var _paq = window._paq = window._paq || [];
|
|
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
(function() {
|
|
|
|
var u="https://data.undersco.re/";
|
|
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
|
|
_paq.push(['setSiteId', '5']);
|
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
|
|
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
|
|
})();
|
|
|
|
</script>
|
|
|
|
<!-- End Matomo Code -->
|
2021-03-04 23:10:20 +00:00
|
|
|
</body>
|
|
|
|
</html>
|