2023-10-07 10:38:16 -04:00
|
|
|
[% INCLUDE 'header'
|
2023-10-07 15:15:55 -04:00
|
|
|
title = 'Create new hyperlink' %]
|
|
|
|
[% IF hyperlink %]
|
|
|
|
<p>Your hyperlink is: <a href="[% hyperlink %]">[% hyperlink %]</a></p>
|
|
|
|
[% END %]
|
|
|
|
<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-10-07 10:26:25 -04:00
|
|
|
[% INCLUDE 'footer' %]
|