mirror of
https://github.com/neocities/neocities.git
synced 2025-07-23 02:56:05 +02:00
Fixed page-skipping bug, Line art for last 2 pages, lots of adjustments
This commit is contained in:
parent
966721043f
commit
b3e2d286f1
6 changed files with 9 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
|||
<div class="comic" style="height: 650px; background-image: url(/img/tutorial/ch1pg9.png);">
|
||||
<div class="comic" style="height: 650px; background-image: url(/img/tutorial/ch1pg9.png); background-size: 481px">
|
||||
<div class="dialogue">
|
||||
Good work! Everything you've written has been saved to index.html, which is the first web page people see when they <a href="<%= current_site.uri %>">visit your site</a>.
|
||||
</div>
|
||||
<div class="dialogue" style="left: 280px;top: 140px">
|
||||
<div class="dialogue" style="left: 275px;top: 190px">
|
||||
You can find and edit index.html by visiting your <a href="/dashboard">Neocities dashboard</a>.
|
||||
</div>
|
||||
<div class="dialogue" style="left: 280px;top: 570px">
|
||||
<div class="dialogue" style="left: 280px;top: 580px">
|
||||
A cheat sheet of all the tags you've learned can be found in the tutorial section.
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue