mirror of
https://github.com/neocities/neocities.git
synced 2025-07-23 02:56:05 +02:00
Initial HTML for Ch1 tutorial
This commit is contained in:
parent
f753b66ffd
commit
11ab120f77
11 changed files with 212 additions and 17 deletions
17
views/tutorial/html/9.erb
Normal file
17
views/tutorial/html/9.erb
Normal file
|
@ -0,0 +1,17 @@
|
|||
<div class="comic" style="height: 500px">
|
||||
<div class="dialogue">
|
||||
Good work! Everything you've written has been saved to index.html, which is the homepage people see when they visit your site.
|
||||
</div>
|
||||
<div class="dialogue">
|
||||
You can find and edit index.html by visiting your Neocities dashboard.
|
||||
</div>
|
||||
<div class="dialogue">
|
||||
A cheat sheet of all the tags you've learned can be found in the tutorial section.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
function checkHomework(editor) {
|
||||
alert('check homework here')
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue