neocities/views/tutorial/html/9.erb
2015-09-14 15:53:46 -07:00

17 lines
537 B
Text

<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>