feat: Add site edit
All checks were successful
Build Docker / Build Main Image (push) Successful in 20s
Build Docker / Build SLDs Image (push) Successful in 19s

This commit is contained in:
2023-11-08 20:43:33 +11:00
parent b02d8934c2
commit a0bb9dc032
6 changed files with 102 additions and 21 deletions

View File

@@ -25,6 +25,12 @@
<div class="d-none d-md-block"><a class="btn btn-primary" role="button" href="/account">{{account}}</a></div>
</div>
</nav>
<section style="margin-top: 50px;">
<h1 style="text-align: center;">Edit your page</h1>
</section>
<section style="width: 80%;margin: auto;">
<form method="post"><textarea class="form-control form-control-lg" rows="25" name="data" placeholder="Website data">{{data}}</textarea><input class="btn btn-primary" type="submit" style="margin-top: 10px;"></form>
</section>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>