mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-22 11:40:13 +00:00
Update index.html
This commit is contained in:
parent
5848a04810
commit
b4e0f9256e
@ -17,11 +17,11 @@
|
|||||||
<hr>
|
<hr>
|
||||||
<div class="youtube-page" id="download"></div>
|
<div class="youtube-page" id="download"></div>
|
||||||
<form class="login-form">
|
<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">
|
<input type="text" id="url" name="url">
|
||||||
<label for="port">Tube Archivist Port:</label>
|
<label for="port">Tube Archivist Port:</label>
|
||||||
<input type="text" id="port" name="port">
|
<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">
|
<input type="password" id="api-key" name="api-key">
|
||||||
</form>
|
</form>
|
||||||
<div class="submit">
|
<div class="submit">
|
||||||
@ -30,11 +30,9 @@
|
|||||||
<div class="icons">
|
<div class="icons">
|
||||||
<div>
|
<div>
|
||||||
<a href="https://www.reddit.com/r/TubeArchivist/" target="_blank">
|
<a href="https://www.reddit.com/r/TubeArchivist/" target="_blank">
|
||||||
<img src="/images/social/reddit.svg" alt="reddit-icon">
|
<img src="/images/social/reddit.svg" alt="reddit-icon"></a>
|
||||||
</a>
|
|
||||||
<a href="https://discord.gg/AFwz8nE7BK" target="_blank">
|
<a href="https://discord.gg/AFwz8nE7BK" target="_blank">
|
||||||
<img src="/images/social/discord.svg" alt="discord-icon">
|
<img src="/images/social/discord.svg" alt="discord-icon"></a>
|
||||||
</a>
|
|
||||||
<a href="https://github.com/tubearchivist/tubearchivist" target="_blank">
|
<a href="https://github.com/tubearchivist/tubearchivist" target="_blank">
|
||||||
<img src="/images/social/github.svg" alt="github-icon">
|
<img src="/images/social/github.svg" alt="github-icon">
|
||||||
</a>
|
</a>
|
||||||
@ -48,4 +46,4 @@
|
|||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="popup.js"></script>
|
<script type="text/javascript" src="popup.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user