html: meta tags for SEO

This commit is contained in:
HeshamTB 2023-09-12 00:10:04 +03:00
parent b82b70d911
commit 56ffe567a8

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ if .IsTLS }}https{{ else }}http{{ end }}://{{ .AppURL }}/static/static/css/pico.min.css">
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
<title>YT Download</title>
@ -24,7 +24,4 @@
</form>
<progress class="htmx-indicator" id="progress"></progress>
</main>
<footer class="container">
<small>By cronos</small>
</footer>
</html>