Spaces:
Runtime error
Runtime error
File size: 349 Bytes
4ba300b 0ce7520 4ba300b 0bd561e 4ba300b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!doctype html>
<html lang="">
<head>
<script src="static/js/htmx.min.js"></script>
<title>Contact App</title>
</head>
<body hx-boost="true">
<main>
<header>
<h1>Contacts.app</h1>
<h3>A Demo Contacts Application</h3>
</header>
{% block content %}{% endblock %}
</main>
</body>
</html>
|