diff options
| -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"> |
