2021-03-04 23:10:20 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-10-12 12:45:52 +00:00
|
|
|
<title>Underscore Streams</title>
|
2021-05-17 15:27:41 +00:00
|
|
|
<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" />
|
2021-05-18 12:18:29 +00:00
|
|
|
<meta
|
|
|
|
name="description"
|
2021-11-10 15:34:13 +00:00
|
|
|
content="Quality live programming from beyond the surveillance economy.."
|
2021-05-18 12:18:29 +00:00
|
|
|
/>
|
2021-05-17 15:27:41 +00:00
|
|
|
<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" />
|
2021-11-10 15:34:13 +00:00
|
|
|
<meta content="Underscore Streams" property="og:site_name" />
|
2021-05-17 15:27:41 +00:00
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary" />
|
2021-11-10 15:34:13 +00:00
|
|
|
<meta name="twitter:title" content="Underscore Streams" />
|
2021-05-18 12:18:29 +00:00
|
|
|
<meta
|
|
|
|
name="twitter:description"
|
2021-11-10 15:34:13 +00:00
|
|
|
content="Quality live programming from beyond the surveillance economy."
|
2021-05-18 12:18:29 +00:00
|
|
|
/>
|
2021-11-10 15:47:04 +00:00
|
|
|
<meta
|
|
|
|
name="twitter:image"
|
|
|
|
content="https://stream.undersco.re/static/meta.png"
|
|
|
|
/>
|
2021-05-17 15:27:41 +00:00
|
|
|
|
2021-11-10 15:34:13 +00:00
|
|
|
<meta property="og:title" content="Underscore Streams" />
|
2021-05-17 15:27:41 +00:00
|
|
|
<meta
|
2021-11-10 15:34:13 +00:00
|
|
|
property="og:description"
|
|
|
|
content="Quality live programming from beyond the surveillance economy."
|
2021-05-17 15:27:41 +00:00
|
|
|
/>
|
2021-05-18 12:18:29 +00:00
|
|
|
<meta
|
2021-11-10 15:34:13 +00:00
|
|
|
property="og:image"
|
2021-11-10 15:47:04 +00:00
|
|
|
content="https://stream.undersco.re/static/meta.png"
|
2021-05-18 12:18:29 +00:00
|
|
|
/>
|
2021-11-10 15:34:13 +00:00
|
|
|
<meta property="og:url" content="https://stream.underscore/" />
|
2021-05-17 15:27:41 +00:00
|
|
|
|
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>
|
2022-05-06 13:10:40 +00:00
|
|
|
<script src="./index.js" type="module"></script>
|
2021-05-18 13:09:33 +00:00
|
|
|
<!-- Matomo -->
|
|
|
|
<script type="text/javascript">
|
2021-05-23 15:28:10 +00:00
|
|
|
var _paq = (window._paq = window._paq || [])
|
2021-05-18 13:09:33 +00:00
|
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
2021-05-23 15:28:10 +00:00
|
|
|
_paq.push(['trackPageView'])
|
|
|
|
_paq.push(['enableLinkTracking'])
|
|
|
|
;(function() {
|
2021-11-10 15:34:13 +00:00
|
|
|
var u = 'https://data.underscore/'
|
2021-05-23 15:28:10 +00:00
|
|
|
_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)
|
|
|
|
})()
|
2021-05-18 13:09:33 +00:00
|
|
|
</script>
|
|
|
|
<!-- End Matomo Code -->
|
2021-03-04 23:10:20 +00:00
|
|
|
</body>
|
|
|
|
</html>
|