Small improvements

master
Feuerhamster 5 years ago
parent 446df39222
commit 94ba9a5a65

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -1,6 +1,6 @@
<div id="home-page">
<h1 style="font-size: 42px">Download Youtube Videos from Source!</h1>
<h1 style="font-size: 42px">Download YouTube videos from source!</h1>
<h2 style="margin-bottom: 50px;">All Video and Audio Tracks + Thumbnails</h2>

@ -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>

Loading…
Cancel
Save