mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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,6 +44,9 @@ javascript:
|
||||||
- else
|
- else
|
||||||
<i class="icon-picture icon-3x"></i> <font style="font-size: 20pt">#{file.filename}</font>
|
<i class="icon-picture icon-3x"></i> <font style="font-size: 20pt">#{file.filename}</font>
|
||||||
div style="margin-bottom: 30px"
|
div style="margin-bottom: 30px"
|
||||||
|
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="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
|
||||||
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue