mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
fix typo
This commit is contained in:
parent
81cec7bbb4
commit
b5ad4d6b13
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ javascript:
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.span5.text-center
|
.span5.text-center
|
||||||
h5 NeoCities uses a drop and drop file upload. Simply take files and drop them from your computer on the white box (or click it) and they are uploaded.
|
h5 NeoCities uses a "drag and drop" file upload. Simply take files and drop them from your computer on the white box (or click it) and they are uploaded.
|
||||||
div style="background-color: #FFFFFF;"
|
div style="background-color: #FFFFFF;"
|
||||||
form action="/site_files/upload" class="dropzone" id="uploads"
|
form action="/site_files/upload" class="dropzone" id="uploads"
|
||||||
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
input name="csrf_token" type="hidden" value="#{csrf_token}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue