Vinay Jose commited on
Commit
2fc2722
·
unverified ·
1 Parent(s): c5983e6

Update layout.html to load htmx

Browse files
Files changed (1) hide show
  1. templates/layout.html +1 -0
templates/layout.html CHANGED
@@ -1,6 +1,7 @@
1
  <!doctype html>
2
  <html lang="">
3
  <head>
 
4
  <title>Contact App</title>
5
  </head>
6
  <body>
 
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>