mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
update png file used for starter page
This commit is contained in:
parent
055cbf7ab5
commit
0dcffb37d4
4 changed files with 5 additions and 5 deletions
|
@ -412,10 +412,10 @@ class Site < Sequel::Model
|
|||
FileUtils.cp template_file_path('style.css'), tmpfile.path
|
||||
files << {filename: 'style.css', tempfile: tmpfile}
|
||||
|
||||
tmpfile = Tempfile.new 'cat.png'
|
||||
tmpfile = Tempfile.new 'neocities.png'
|
||||
tmpfile.close
|
||||
FileUtils.cp template_file_path('cat.png'), tmpfile.path
|
||||
files << {filename: 'cat.png', tempfile: tmpfile}
|
||||
FileUtils.cp template_file_path('neocities.png'), tmpfile.path
|
||||
files << {filename: 'neocities.png', tempfile: tmpfile}
|
||||
|
||||
store_files files, new_install: true
|
||||
end
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
|
@ -16,7 +16,7 @@
|
|||
<p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p>
|
||||
|
||||
<p>Here's how you can add an image:</p>
|
||||
<img src="/cat.png">
|
||||
<img src="/neocities.png">
|
||||
|
||||
<p>Here's how to make a list:</p>
|
||||
|
||||
|
@ -28,4 +28,4 @@
|
|||
|
||||
<p>To learn more HTML/CSS, check out these <a href="http://neocities.org/tutorials">tutorials</a>!</p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
BIN
views/templates/neocities.png
Normal file
BIN
views/templates/neocities.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Reference in a new issue