vcs-controller/controller/templates/index.html

15 lines
345 B
HTML
Raw Normal View History

<html lang="en">
<head>
<link href="/static/css/main.css" rel="stylesheet"/>
<script src="/static/htmx@2.0.min.js"></script>
<script src="/static/index.js"></script>
</head>
<body>
<div class="me-0 ms-auto justify-center text-white">
Hello {{ name }}!
</div>
</body>
</html>