fix search resource form url
This commit is contained in:
parent
41fe785c98
commit
212ca7f957
@ -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">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user