mirror of
https://github.com/sigmasternchen/drnk.me
synced 2025-03-15 01:38:55 +00:00
feat: Add HTMX dependency
This commit is contained in:
parent
411491f7f5
commit
7312e6da5d
3 changed files with 5 additions and 0 deletions
3
bin/fetch-dependencies.sh
Executable file
3
bin/fetch-dependencies.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
wget -O "../html/static/libs/htmx.js" "https://unpkg.com/htmx.org@1.9.9"
|
1
html/static/libs/.gitignore
vendored
Normal file
1
html/static/libs/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.js
|
|
@ -5,5 +5,6 @@
|
|||
<?php echo $data["title"] ?? "drnk.me"; ?>
|
||||
</title>
|
||||
<link rel="stylesheet" href="/static/css/main.css">
|
||||
<script src="/static/libs/htmx.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue