Style enhancement
This commit is contained in:
parent
2905b37a3f
commit
6579433c62
|
@ -4,13 +4,15 @@
|
||||||
<p>Your hyperlink is: <a href="{{hyperlink}}">{{hyperlink}}</a></p>
|
<p>Your hyperlink is: <a href="{{hyperlink}}">{{hyperlink}}</a></p>
|
||||||
{{/hyperlink}}
|
{{/hyperlink}}
|
||||||
<form method="post">
|
<form method="post">
|
||||||
|
<div>
|
||||||
<label for="hyperlink">Hyperlink</label>
|
<label for="hyperlink">Hyperlink</label>
|
||||||
<input id="hyperlink" name="hyperlink" type="text" minlength="4"
|
<input id="hyperlink" name="hyperlink" type="text" minlength="4"
|
||||||
maxlength="2083" required>
|
maxlength="2083" required>
|
||||||
|
<input id="meta-refresh" name="meta-refresh" type="checkbox">
|
||||||
<label for="meta-refresh">
|
<label for="meta-refresh">
|
||||||
<a href="https://en.wikipedia.org/wiki/Meta_refresh">Meta refresh?</a>
|
<a href="https://en.wikipedia.org/wiki/Meta_refresh">Meta refresh?</a>
|
||||||
</label>
|
</label>
|
||||||
<input id="meta-refresh" name="meta-refresh" type="checkbox">
|
</div>
|
||||||
<button type="submit">Process</button>
|
<button type="submit">Process</button>
|
||||||
</form>
|
</form>
|
||||||
{{/redirect-url}}
|
{{/redirect-url}}
|
||||||
|
|
Loading…
Reference in a new issue