14 lines
345 B
HTML
14 lines
345 B
HTML
<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>
|