start work on a yt download feature

This commit is contained in:
timmypidashev
2021-09-21 17:01:49 -07:00
parent be9d5be429
commit 7672c75f29

17
download.html Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<title>Download</title>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/png" href="static/images/elements/png/timmy.png"/>
<meta name="Download" content="A nice, fast online content downloader." />
<meta name="keywords" content="Timmy's yt downloader, YouTube Download Online, Fast, Free" />
<link rel="stylesheet" href="static/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
</html>
<body>
<!-- TODO: Add stuff here :) -->
</body>