diff --git a/bin/fetch-dependencies.sh b/bin/fetch-dependencies.sh
new file mode 100755
index 0000000..141f456
--- /dev/null
+++ b/bin/fetch-dependencies.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+wget -O "../html/static/libs/htmx.js" "https://unpkg.com/htmx.org@1.9.9"
\ No newline at end of file
diff --git a/html/static/libs/.gitignore b/html/static/libs/.gitignore
new file mode 100644
index 0000000..4c43fe6
--- /dev/null
+++ b/html/static/libs/.gitignore
@@ -0,0 +1 @@
+*.js
\ No newline at end of file
diff --git a/templates/layout/top.php b/templates/layout/top.php
index 0e53530..6cedb99 100644
--- a/templates/layout/top.php
+++ b/templates/layout/top.php
@@ -5,5 +5,6 @@
+