Spaces:
Runtime error
Runtime error
Vinay Jose
commited on
Update layout.html to add hx-boost
Browse files- templates/layout.html +2 -2
templates/layout.html
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<!doctype html>
|
2 |
<html lang="">
|
3 |
<head>
|
4 |
-
<script src=
|
5 |
<title>Contact App</title>
|
6 |
</head>
|
7 |
-
<body>
|
8 |
<main>
|
9 |
<header>
|
10 |
<h1>Contacts.app</h1>
|
|
|
1 |
<!doctype html>
|
2 |
<html lang="">
|
3 |
<head>
|
4 |
+
<script src="/js/htmx.min.js"></script>
|
5 |
<title>Contact App</title>
|
6 |
</head>
|
7 |
+
<body hx-boost="true">
|
8 |
<main>
|
9 |
<header>
|
10 |
<h1>Contacts.app</h1>
|