This commit is contained in:
Carl Pearson
2024-10-14 05:58:03 -06:00
parent 30a2407e46
commit 54536bfa3c
8 changed files with 75 additions and 15 deletions

View File

@@ -6,11 +6,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/style/common.css">
<link rel="stylesheet" href="/static/style/download.css">
{{template "header-css" .}}
{{template "footer-css" .}}
<title>Download Video</title>
</head>
<body>
{{template "header" .}}
<h1>Download Video</h1>
<form method="POST">
<input type="url" name="url" placeholder="Video URL" required>