diff options
| author | grothedev <grothedev@gmail.com> | 2025-03-05 21:30:22 -0600 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2025-03-05 21:30:22 -0600 |
| commit | 910995f907ab23b5d3c7454639c59a494c4721b2 (patch) | |
| tree | 438862f4b268923f5f50b815f0ba1a94c775ece7 | |
| parent | af29297da741ca932a9bb47d2318b1c26ef1968f (diff) | |
links on home
| -rwxr-xr-x | resources/views/home.blade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 4cb67a6..7598045 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -61,11 +61,11 @@ <h4>random dune pre-chapter quote goes here (under construction)</h4> </section> <section id = "links"> - <h4>Here are some useful links (under construction)</h4> + <h4><a href = "/l">Some useful/interesting links</a></h4> <!--<h5>Add a new link to the collection</h5> <input id = "input-link" type = "text" /> <button hx-post = "/htmx/links" onclick = "addLink()">Add</button> --> - <div id="links-list" hx-get="/htmx/links" hx-trigger="load, every 30s"> + <!--<div id="links-list" hx-get="/htmx/links" hx-trigger="load, every 30s">--> </div> </section> <section id = "calendar"> |
