20 lines
604 B
HTML
20 lines
604 B
HTML
<html>
|
|
<head>
|
|
<script src="js/peertube-dl-web.js"></script>
|
|
<link rel="stylesheet" href="css/index.css"></script>
|
|
</head>
|
|
<body>
|
|
<form id="download-form">
|
|
<input type="text" id="download-form-url" placeholder="Introduce the url you want to download."/>
|
|
<button id="download-form-button" >Fetch from api</button>
|
|
</form>
|
|
<div id="video-container">
|
|
<div class="video-container-bar">
|
|
<a id="close-and-reset-video-container">X</a>
|
|
</div>
|
|
<video id="video"></video>
|
|
<a id="download-video">Download</a>
|
|
</div>
|
|
</body>
|
|
</html>
|