fix search resource form url

This commit is contained in:
rmanach 2025-01-08 13:16:21 +01:00
parent 41fe785c98
commit 212ca7f957

View File

@ -1,7 +1,7 @@
{{ define "content" }} {{ define "content" }}
<h3>A simple API to store, search and download books, articles, etc...</h3> <h3>A simple API to store, search and download books, articles, etc...</h3>
<div>No extra JS, CSS or fancy stuff. You click, you search, you download, you're happy.</div> <div>No extra JS, CSS or fancy stuff. You click, you search, you download, you're happy.</div>
<form action="/home" method="post" enctype="multipart/form-data"> <form action="/" method="post" enctype="multipart/form-data">
<div class="main-container"> <div class="main-container">
<div class="form-item"> <div class="form-item">
<div class="form-container"> <div class="form-container">