|
|
|
|
@ -9,14 +9,16 @@
|
|
|
|
|
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
|
|
|
|
|
crossorigin="anonymous"></script>
|
|
|
|
|
|
|
|
|
|
<title>Web-Youtube-Downloader</title>
|
|
|
|
|
<title>Web-YTDL</title>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=400, initial-scale=0.8">
|
|
|
|
|
<meta name="description" content="Get data of youtube videos and download the sources">
|
|
|
|
|
<meta name="description" content="Download YouTube videos from source!">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="style.css?v=2" />
|
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Muli&display=swap" rel="stylesheet">
|
|
|
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon">
|
|
|
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
@ -38,7 +40,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
<a href="?page=documentation">Developer API</a> <a href="https://github.com/Feuerhamster/web-youtube-downloader" target="_blank">GitHub</a> <a href="?page=infos">Disclaimer/Informations</a>
|
|
|
|
|
<a href="?page=documentation">Developer API</a> <a href="https://github.com/Feuerhamster/web-youtube-downloader" target="_blank">GitHub</a> <a href="?page=infos">Disclaimer/Informations</a> <a href="https://hamsterlabs.de" target="_blank">Visit HamsterLabs</a>
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|