You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
530 B

2 years ago
{{define "title"}}
Dashboard | Shield
{{end}}
{{define "body"}}
<div class="row align-items-start">
<div class="col">
<a class="btn btn-primary bi-asterisk" href="#">Routing</a>
</div>
<div class="col">
<a class="btn btn-primary bi-asterisk" href="#">ACLs</a>
</div>
</div>
<input id="test" name="Email" required value="UUU">
<script type="text/javascript">
console.log("TEST")
var e = document.getElementById("test");
console.log(e.getAttribute("value"))
</script>
{{end}}