mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
show how to embed images
This commit is contained in:
parent
d8f1eb0bb7
commit
26cd4d4ef5
1 changed files with 5 additions and 2 deletions
|
@ -44,8 +44,11 @@ javascript:
|
|||
- else
|
||||
<i class="icon-picture icon-3x"></i> <font style="font-size: 20pt">#{file.filename}</font>
|
||||
div style="margin-bottom: 30px"
|
||||
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
|
||||
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
||||
span
|
||||
p To use in an HTML file, paste this text: <code><small><img src="/#{file.filename}"></small></code>
|
||||
div
|
||||
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
|
||||
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
||||
|
||||
<a href="/site_files/new" class="btn btn-large btn-success">Upload New File</a>
|
||||
.span5
|
||||
|
|
Loading…
Add table
Reference in a new issue