21 lines
618 B
HTML
21 lines
618 B
HTML
<include href="header.html" />
|
|
|
|
<form action="{{@REALM}}" method="POST">
|
|
<h4 id="Add_New_Zone">Add New Zone</h4>
|
|
<fieldset>
|
|
<legend>Domain name to be added to DNS</legend>
|
|
<label for="zone">Zone <small>(Domain Name)</small></label>
|
|
<input id="zone" name="zone" type="text" placeholder="example.com" value="" required>
|
|
<br>
|
|
<input type="submit" value="Submit">
|
|
<button id="reset" type="reset" disabled>Reset</button>
|
|
<!-- <small>Any other form instructions go here.</small> -->
|
|
</fieldset>
|
|
</form>
|
|
|
|
<p>
|
|
<b>Zone</b> Enter the Domain Name that will be added to DNS.<br>
|
|
</p>
|
|
|
|
<include href="footer.html" />
|