chore: add /images link to nav bar
parent
fff85d4479
commit
9ec0e6f179
|
@ -1,5 +1,3 @@
|
|||
use std::time::Duration;
|
||||
|
||||
use axum::{
|
||||
extract::{Path, Query, State},
|
||||
http::HeaderMap,
|
||||
|
|
|
@ -16,11 +16,11 @@ a:hover {
|
|||
<main>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><strong>Calathea</strong></li>
|
||||
<li><a hx-get="/" hx-target="#content" hx-push-url="true"><strong>Calathea</strong></a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a hx-get="/" hx-target="#content" hx-push-url="true">Home</a></li>
|
||||
<li><a hx-get="/plants" hx-target="#content" hx-push-url="true">Plants</a></li>
|
||||
<li><a hx-get="/images" hx-target="#content" hx-push-url="true">Images</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article id="content">
|
||||
|
|
Loading…
Reference in New Issue