Add mobile meta tag
This commit is contained in:
parent
13c5ea6f02
commit
1c9efe37e2
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user