Add mobile meta tag

This commit is contained in:
Melon 2022-04-04 22:07:15 +01:00
parent 13c5ea6f02
commit 1c9efe37e2
Signed by: melon
GPG Key ID: B0ADD5395BCDAAB6
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Discord | Melon Tools</title>
<style>
html, body {

View File

@ -1,12 +1,14 @@
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gitea | Melon Tools</title>
<style>
.page-content {
display: flex;
flex-direction: row;
align-items: flex-start;
flex-wrap: wrap;
}
</style>
</head>
@ -31,9 +33,9 @@
<p>Select repository:</p>
<ul>
{{range .Repos}}
<li>
<a href="?org={{$.SelOrg}}&repo={{.Name}}">{{$.SelOrg}}/{{.Name}}</a>
</li>
<li>
<a href="?org={{$.SelOrg}}&repo={{.Name}}">{{$.SelOrg}}/{{.Name}}</a>
</li>
{{end}}
</ul>
</div>