improve UI consistency

This commit is contained in:
fungal 2023-12-18 16:01:42 +01:00
parent 1c4142fbda
commit 77b8f37d65
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Emoji Request</title>
<title>Submit - Emoji Request</title>
<style>
main {
max-width: 70ch;
@ -19,18 +19,18 @@
<body>
<nav>
<a href="/">home</a>
<a href="/">submit</a>
<a href="/requested">requested</a>
</nav>
<main>
{{- if .Success }}
<h1>emoji requested successfully</h1>
{{- end }}
<h1>Request An Emoji</h1>
<h1>Submit An Emoji Request</h1>
<form method="POST">
<div>
<label for="label">Emoji label</label>
<input type="text" id="label" name="label" placeholder="blobcatNotLikeThis">
<label for="shortcode">Emoji shortcode</label>
<input type="text" id="shortcode" name="shortcode" placeholder="blobcatNotLikeThis">
</div>
<div>
<label for="url">Emoji URL</label>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Emoji Request</title>
<title>Requests - Emoji Request</title>
<style>
main {
max-width: 70ch;
@ -34,7 +34,7 @@
<body>
<nav>
<a href="/">home</a>
<a href="/">submit</a>
<a href="/requested">requested</a>
</nav>
<main>