32 lines
969 B
HTML
Executable File
32 lines
969 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html data-theme="dark">
|
|
<head>
|
|
<script src=assets/jquery.js> </script>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="assets/pico.css">
|
|
<title>Stream add</title>
|
|
<body>
|
|
<form method="post">
|
|
Code:<br>
|
|
<input type="text" name="kod">
|
|
<br>
|
|
Audio address:<br>
|
|
<input type="text" name="url">
|
|
<br>
|
|
Audio type:<br>
|
|
<input type="radio" name="type" value="audio/mpeg">mp3
|
|
<input type="radio" name="type" value="audio/ogg">ogg
|
|
<br>
|
|
<br>
|
|
Stream administration password:<br>
|
|
<input type="text" name="adminpwd">
|
|
Webmaster password:<br>
|
|
<input type="text" name="heslo">
|
|
<br>
|
|
<input type="submit" value="Add">
|
|
<br>
|
|
<p>© BRN Systems __VLOZ_ROK__</p>
|
|
</form>
|
|
</body>
|
|
</html>
|