html: meta tags for SEO
This commit is contained in:
parent
b82b70d911
commit
56ffe567a8
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<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">
|
<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>
|
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
|
||||||
<title>YT Download</title>
|
<title>YT Download</title>
|
||||||
@ -24,7 +24,4 @@
|
|||||||
</form>
|
</form>
|
||||||
<progress class="htmx-indicator" id="progress"></progress>
|
<progress class="htmx-indicator" id="progress"></progress>
|
||||||
</main>
|
</main>
|
||||||
<footer class="container">
|
|
||||||
<small>By cronos</small>
|
|
||||||
</footer>
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user