mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
start work on a yt download feature
This commit is contained in:
17
download.html
Normal file
17
download.html
Normal 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>
|
||||||
Reference in New Issue
Block a user