mirror of
https://github.com/acaloiaro/garbagespeak.com
synced 2026-07-21 10:12:19 +00:00
1.5 KiB
1.5 KiB
| title |
|---|
| New Garbage |
{{< html.inline >}}
<label for="garbage">Garbage Speak</label>
<textarea id="garbage"
required
minlength="10"
rows="3"
autocorrect="off"
wrap="soft"
name="garbage"
style="width: 100%"
placeholder="This may be any garbage speak seen in the wild. Refer to the FAQ for what constitues garbage speak."></textarea>
<label for="url">URL where seen (optional)</label>
<input
id="url"
optional
type="text"
name="url"
style="width: 100%"
placeholder="A public URL where this garbage was seen"/>
<label for="tags">Tags (optional)</label>
<select id="tags" name="tags" multiple optional>
<option>Nouned verb</option>
<option>Verbed noun</option>
<option>Nouned adjective</option>
<option>Novel garbage</option>
<option>Standard-issue garbage</option>
</select>
<br>
<br>
<button>Post</button>
</div>
</form>
{{< /html.inline >}}