mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
45 lines
2.7 KiB
PHP
Executable File
45 lines
2.7 KiB
PHP
Executable File
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
| Zöff |
|
|
| Project is on github: https://github.com/zoff-music/Zoff |
|
|
| Made by: Nicolas Almagro Tonne and Kasper Rynning-Tønnesen |
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<title>Zöff</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<meta name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen"/>
|
|
<meta name="description" content="The Shared (free) YouTube radio."/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="theme-color" content="#2D2D2D" />
|
|
<meta property="og:image" content="https://zoff.no/public/images/favicon.png" />
|
|
<meta property="og:url" content="https://zoff.no" />
|
|
<meta property="og:title" content="Zöff"/>
|
|
<meta property="og:description" content="The Shared (free) YouTube radio."/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="fb:app_id" content="1581693815380949" />
|
|
<link rel="manifest" href="/manifest.json">
|
|
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css">
|
|
<link type="text/css" rel="stylesheet" href="/public/css/materialize.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="/public/css/style.css" title="Default" />
|
|
<link rel="icon" id="favicon" type="image/png" href="/public/images/favicon.png"/>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', '***REMOVED***', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
<script type="text/javascript" src="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
|
|
<script type="text/javascript" src="/public/dist/lib/jquery-2.1.3.min.js"></script>
|
|
<script type="text/javascript" src="/public/dist/lib/jquery-ui-1.10.3.min.js"></script>
|
|
<script type="text/javascript" src="/public/dist/lib/materialize.min.js"></script>
|
|
<script type="text/javascript" src="/public/dist/lib/socket.io-1.4.5.js"></script>
|
|
<script type="text/javascript" src="/public/dist/lib/color-thief.js"></script>
|
|
<script type="text/javascript" src="/public/dist/lib/sha256.js"></script>
|
|
<script type="text/javascript" src="/public/dist/lib/aes.js"></script>
|