Spaces:
Runtime error
Runtime error
Vinay Jose
commited on
Update layout.html
Browse files- templates/layout.html +1 -1
templates/layout.html
CHANGED
@@ -1,7 +1,7 @@
|
|
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">
|
|
|
1 |
<!doctype html>
|
2 |
<html lang="">
|
3 |
<head>
|
4 |
+
<script src="static/js/htmx.min.js"></script>
|
5 |
<title>Contact App</title>
|
6 |
</head>
|
7 |
<body hx-boost="true">
|