mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
42 lines
3.0 KiB
PHP
Executable File
42 lines
3.0 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 name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen"/>
|
|
<meta name="description" content="The Shared (free) YouTube radio. Being built around the YouTube search and video API it enables the creation of collaborative and shared live playlists, with billions of videos and songs to choose from, all for free and without registration. Enjoy!"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
|
|
<meta charset="UTF-8"/>
|
|
<meta name="theme-color" content="#2D2D2D" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<meta property="og:image" content="/static/images/favicon.png" />
|
|
<meta property="og:title" content="Zöff"/>
|
|
<meta property="og:description" content="The Shared (free) YouTube radio. Being built around the YouTube search and video API it enables the creation of collaborative and shared live playlists, with billions of videos and songs to choose from, all for free and without registration. Enjoy!"/>
|
|
<meta property="og:type" content="website"/>
|
|
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css">
|
|
<link tyle="text/css" rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
|
<link type="text/css" rel="stylesheet" href="/static/css/materialize.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="/static/css/style.css" title="Default" />
|
|
<link rel="icon" id="favicon" type="image/png" href="/static/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="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
|
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
|
|
<script type="text/javascript" src="/static/dist/lib/materialize.min.js"></script>
|
|
<script type="text/javascript" src="//cdn.socket.io/socket.io-1.4.5.js"></script>
|
|
<script type="text/javascript" src="/static/dist/lib/jquery.lazyload.js"></script>
|
|
<script type="text/javascript" src="/static/dist/lib/color-thief.js"></script>
|
|
<script type="text/javascript" src="//crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/sha256.js"></script>
|
|
<script type="text/javascript" src="//crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/aes.js"></script> |