stream/index.html

77 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>The Para-Real: Finding the Future in Unexpected Places</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="The Para-Real: Finding the Future in Unexpected Places - A livestream series about subcultures building livelihoods in spite of platform exploitation."
/>
<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="The Para-Real: Finding the Future in Unexpected Places - A livestream series about subcultures building livelihoods in spite of platform exploitation."
/>
<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="The Para-Real: Finding the Future in Unexpected Places - A livestream series about subcultures building livelihoods in spite of platform exploitation."
/>
<meta property="og:image" content="static/meta.png" />
<meta property="og:url" content="https://stream.undersco.re/" />
<link rel="stylesheet" href="./src/assets/styles/index.scss" />
</head>
<body>
<div id="app"></div>
<script src="./index.js"></script>
<!-- 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 -->
</body>
</html>