vpanel-stack/panel/ui/vdns/zones-add.html
Matthew Saunders Brown 144d8a23b3 add vdns code
2024-02-13 14:41:15 -08:00

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" />