mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue from html validator with li not being inside ul
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
| Zoff |
|
| Zoff |
|
||||||
| Project is on github: https://github.com/zoff-music/Zoff |
|
| Project is on github: https://github.com/zoff-music/Zoff |
|
||||||
| Made by: Nicolas Almagro Tonne and Kasper Rynning-Tønnesen |
|
| Made by: Kasper Rynning-Tønnesen and Nicolas Almagro Tonne |
|
||||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
<title>Zoff - the shared YouTube based radio</title>
|
<title>Zoff - the shared YouTube based radio</title>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon-32x32.png">
|
||||||
<link rel="icon" id="favicon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
|
<link rel="icon" id="favicon" type="image/png" sizes="16x16" href="/assets/images/favicon-16x16.png">
|
||||||
<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#2d2d2d">
|
<link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#2d2d2d">
|
||||||
<script>
|
<script type="text/javascript">
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(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),
|
(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)
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
@@ -40,7 +40,6 @@
|
|||||||
|
|
||||||
ga('create', '***REMOVED***', 'auto');
|
ga('create', '***REMOVED***', 'auto');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
|
||||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
|
||||||
@@ -54,8 +53,8 @@
|
|||||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js"></script>
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js"></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="https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>
|
||||||
<script type="text/javascript" src="/assets/dist/{{javascript_file}}"></script>
|
<script type="text/javascript" src="/assets/dist/{{javascript_file}}"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="noselect">
|
<body class="noselect">
|
||||||
{{{body}}}
|
{{{body}}}
|
||||||
<div class="tap-target" data-activates="castButton">
|
<div class="tap-target" data-activates="castButton">
|
||||||
<div class="tap-target-content">
|
<div class="tap-target-content">
|
||||||
@@ -66,5 +65,5 @@
|
|||||||
{{> contact}}
|
{{> contact}}
|
||||||
{{> footer}}
|
{{> footer}}
|
||||||
<textarea class="copy_video_id" style="display:none;"></textarea>
|
<textarea class="copy_video_id" style="display:none;"></textarea>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -386,6 +386,7 @@
|
|||||||
<li class="white-bg">
|
<li class="white-bg">
|
||||||
<div class="exported-list input-field field-settings export-buttons">
|
<div class="exported-list input-field field-settings export-buttons">
|
||||||
</div>
|
</div>
|
||||||
|
<ul>
|
||||||
<li class="not-exported white-bg hide">
|
<li class="not-exported white-bg hide">
|
||||||
<div class="center-align">Not exported songs</div>
|
<div class="center-align">Not exported songs</div>
|
||||||
<ul class="input-field field-settings not-exported-container">
|
<ul class="input-field field-settings not-exported-container">
|
||||||
@@ -397,16 +398,10 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<!--
|
|
||||||
<li class="no-padding">
|
|
||||||
<h5 id="desc-title">List description</h5>
|
|
||||||
<span id="description"></span>
|
|
||||||
</li>
|
|
||||||
-->
|
|
||||||
|
|||||||
Reference in New Issue
Block a user