forked from server/soundboard
renamed YouPorn nav element to Streams
This commit is contained in:
parent
7f3cd26484
commit
5781ac28db
@ -31,8 +31,8 @@
|
||||
<body>
|
||||
<nav>
|
||||
<a href="#sounds" id="sounds-nav">Sounds</a>
|
||||
<a href="#youtube">YouTube</a>
|
||||
<a href="#voice">Voice</a>
|
||||
<a href="#streams">Streams</a>
|
||||
<a href="#voice">Voices</a>
|
||||
</nav>
|
||||
<content>
|
||||
<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>
|
||||
{% endfor %}
|
||||
</section>
|
||||
<section id="youtube" style="display:none;">
|
||||
<section id="streams" style="display:none;">
|
||||
<form action="/" method="GET">
|
||||
<label for="video">YouTube URL</label>
|
||||
<label for="video">Stream URL</label>
|
||||
<input type="text" name="video" />
|
||||
<input type="submit" value="Play" />
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user