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

View File

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