2023-11-01 00:52:19 -04:00
|
|
|
{{> header}}
|
|
|
|
{{#hyperlink}}
|
|
|
|
<p>Your hyperlink is: <a href="{{hyperlink}}">{{hyperlink}}</a></p>
|
|
|
|
{{/hyperlink}}
|
2023-10-07 15:15:55 -04:00
|
|
|
<form method="post">
|
|
|
|
<label for="hyperlink">Hyperlink</label>
|
|
|
|
<input id="hyperlink" name="hyperlink" type="text" minlength="4"
|
|
|
|
maxlength="2097152" required>
|
|
|
|
<button type="submit">Process</button>
|
|
|
|
</form>
|
2023-11-01 00:52:19 -04:00
|
|
|
{{> footer}}
|