localhub/html/dropout.html
2025-03-09 11:51:39 -04:00

31 lines
1.3 KiB
HTML
Executable File

<html>
<head>
<title>Dropout.tv</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/boxicons.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head>
<body>
<!-- <div id="glass"></div> -->
{navBar}
<form id="dropout_download">
<select class="downloader" name="show" id="download_show">
{shows}
</select>
<input class="downloader" name="season" type="text" id="download_season" placeholder="Season">
<!-- <input class="downloader" name="episode" type="text" id="download_episode" placeholder="Episode"><br> -->
<button class="downloader" type="submit">Download</button> <!-- Added a submit button -->
</form>
<div id="downloadResult"></div>
</body>
<script type="text/javascript" src="javascript/general.js"></script>
<script type="text/javascript" src="javascript/dropout.js"></script>
</html>