renamed YouPorn nav element to Streams

This commit is contained in:
Erhard 2017-08-03 21:58:34 +02:00
parent 7f3cd26484
commit 5781ac28db

View File

@ -31,8 +31,8 @@
<body> <body>
<nav> <nav>
<a href="#sounds" id="sounds-nav">Sounds</a> <a href="#sounds" id="sounds-nav">Sounds</a>
<a href="#youtube">YouTube</a> <a href="#streams">Streams</a>
<a href="#voice">Voice</a> <a href="#voice">Voices</a>
</nav> </nav>
<content> <content>
<section id="sounds" style="display:none;"> <section id="sounds" style="display:none;">
@ -41,9 +41,9 @@
<div class="sound"><a tabindex="0" class="unselectable" onclick="ajaxRequest('{{ '/play/' + sound | urlencode }}');">{{ sound.split('.', 1)[0] }}</a></div> <div class="sound"><a tabindex="0" class="unselectable" onclick="ajaxRequest('{{ '/play/' + sound | urlencode }}');">{{ sound.split('.', 1)[0] }}</a></div>
{% endfor %} {% endfor %}
</section> </section>
<section id="youtube" style="display:none;"> <section id="streams" style="display:none;">
<form action="/" method="GET"> <form action="/" method="GET">
<label for="video">YouTube URL</label> <label for="video">Stream URL</label>
<input type="text" name="video" /> <input type="text" name="video" />
<input type="submit" value="Play" /> <input type="submit" value="Play" />
</form> </form>