mirror of
https://codeberg.org/mycelium/emojiquest.git
synced 2024-11-17 14:39:14 +00:00
improve UI consistency
This commit is contained in:
parent
1c4142fbda
commit
77b8f37d65
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue