47 lines
1.9 KiB
HTML
47 lines
1.9 KiB
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/background.css">
|
|
<link rel="stylesheet" href="css/typography.css">
|
|
<link rel="stylesheet" href="css/modular.css">
|
|
<link rel="stylesheet" href="css/form.css">
|
|
<link rel="stylesheet" href="css/button.css">
|
|
<link rel="stylesheet" href="css/font/include.css">
|
|
<title>Tubio - Companion Extension</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="bgdrop"></div>
|
|
<div class="bggatter__wrapper">
|
|
<div class="bggatter"></div>
|
|
</div>
|
|
<div class="bgmask"></div>
|
|
|
|
|
|
<h1 class="text-center pt-1" style="margin-bottom: 0;">Tubio</h1>
|
|
<h2 class="text-center" style="margin-top: 0; padding-top: 0;">Companion Extension</h2>
|
|
|
|
<div class="flex justify-content-center">
|
|
<div class="flex flex-col align-items-center">
|
|
|
|
<!-- Download this - button -->
|
|
<button class="special" id="button--download" title="Will download this pages URL as a video of highest quality.">
|
|
Download!
|
|
</button>
|
|
|
|
<button class="small" id="button--take-me-home" style="margin-top: 0.5em;">Take me to my downloads</button>
|
|
|
|
<!-- Tubio config form -->
|
|
<label for="tubio-address" style="margin-top: 3em;">Where can i reach tubio?</label>
|
|
<input type="text" id="tubio-address" class="text-center" />
|
|
<button class="small" id="button--save-settings" style="margin-top: 0.5em;">Save settings</button>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<script src="../lib/jquery-3.5.1.min.js"></script>
|
|
<script src="../lib/axios.js"></script>
|
|
<script src="../queueDownload.js"></script>
|
|
<script src="js/script.js"></script>
|
|
</body>
|
|
</html>
|