Update index.html

This commit is contained in:
crocs 2022-05-03 17:42:31 -05:00 committed by GitHub
parent 5848a04810
commit b4e0f9256e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -17,11 +17,11 @@
<hr>
<div class="youtube-page" id="download"></div>
<form class="login-form">
<label for="url">Tube Archivist Url:</label>
<label for="url">Tube Archivist IP:</label>
<input type="text" id="url" name="url">
<label for="port">Tube Archivist Port:</label>
<input type="text" id="port" name="port">
<label for="api-key">API key:</label>
<label for="api-key">Tube Archivist API Key:</label>
<input type="password" id="api-key" name="api-key">
</form>
<div class="submit">
@ -30,11 +30,9 @@
<div class="icons">
<div>
<a href="https://www.reddit.com/r/TubeArchivist/" target="_blank">
<img src="/images/social/reddit.svg" alt="reddit-icon">
</a>
<img src="/images/social/reddit.svg" alt="reddit-icon"></a>
<a href="https://discord.gg/AFwz8nE7BK" target="_blank">
<img src="/images/social/discord.svg" alt="discord-icon">
</a>
<img src="/images/social/discord.svg" alt="discord-icon"></a>
<a href="https://github.com/tubearchivist/tubearchivist" target="_blank">
<img src="/images/social/github.svg" alt="github-icon">
</a>
@ -48,4 +46,4 @@
</div>
<script type="text/javascript" src="popup.js"></script>
</body>
</html>
</html>