mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
21 lines
481 B
Text
21 lines
481 B
Text
<div class="comic" style="height: 967px; background-image: url(/img/tutorial/ch1pg1.png);">
|
|
<div class="dialogue">
|
|
Oh, a new student!
|
|
</div>
|
|
<div class="dialogue">
|
|
Ahem, please come in!
|
|
</div>
|
|
<div class="dialogue">
|
|
I'm Penelope, and I'll be your teacher.
|
|
</div>
|
|
<div class="dialogue">
|
|
What's your name?
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
function checkHomework(editor) {
|
|
alert('this checks homework, but its true for now')
|
|
return true
|
|
}
|
|
</script>
|