Automated deployment: Thu Feb 13 09:46:07 UTC 2020 7b44b8cb19

This commit is contained in:
TroogS
2020-02-13 09:46:07 +00:00
parent 9db17f1bf0
commit 333c3bc665
2 changed files with 46 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
</div>
</div>
<div class="center-container">
<form class="form">
<form class="form" method="GET" action="http://beging.de/form/write/ddwetest">
<div class="grow-1">
<input id="name" name="name" type="text" required />
<label for="name">Name</label>
@@ -65,7 +65,7 @@
<label for="mail">E-Mail</label>
</div>
<div class="grow-1">
<input id="hex" name="hex" type="text" placeholder="0x00" required pattern="[0-9a-fA-F]{1,2}x[0-9a-fA-F]{1,2}f" />
<input id="hex" name="hex" type="text" placeholder="0x00" required pattern="[0-9a-fA-F]{1,2}x[0-9a-fA-F]{1,2}" />
<label for="hex">Hex-ID (z.B. 0xC0)</label>
</div>
<div class="grow-1">