ProxmoxAAS-Dashboard/config.html

30 lines
815 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>tronnet - client</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/form.css" type="text/css">
<script src="scripts/config.js" type="module"></script>
</head>
<body>
<div class="center-div">
<form>
<fieldset id="user-configurable">
<legend>Change Configuration</legend>
2022-12-20 01:05:04 +00:00
<div class="labels-inputs">
2022-12-20 01:35:55 +00:00
<div id="labels">
</div>
<div id="inputs">
</div>
2022-12-20 01:05:04 +00:00
</div>
<div class="btn-group" id="form-actions">
2022-12-20 00:17:57 +00:00
<button id="cancel">CANCEL</button>
<button id="submit">SUBMIT</button>
</div>
</fieldset>
</form>
</div>
</body>
</html>