mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 17:46:05 +02:00
tutorial error checking adjustments, added refined line art images
This commit is contained in:
parent
b671a19326
commit
2cc969198f
18 changed files with 31 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg3.png);">
|
||||
<div class="comic" style="height: 500px; background-image: url(/img/tutorial/ch1pg3.png); background-size: 483px;">
|
||||
<div class="dialogue" style="left: 50px; top: 20px;">
|
||||
Great!
|
||||
Check out your site at <a href="">victoria.neocities.org</a>.
|
||||
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
var answer = '<h1>The website of '+sessionStorage.getItem('name')+'</h1>'
|
||||
var answer = '<h1>'+sessionStorage.getItem('name')+"'s Website</h1>"
|
||||
|
||||
$('#answer').text(answer)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue