Initial HTML for Ch1 tutorial

This commit is contained in:
Victoria Wang 2015-09-14 15:53:46 -07:00
parent f753b66ffd
commit 11ab120f77
11 changed files with 212 additions and 17 deletions

View file

@ -0,0 +1,14 @@
<div class="comic" style="height: 500px">
<div class="dialogue">
And that's it for Chapter One! Here's a new badge for your first ever version of victoria.neocities.org!
</div>
<div class="dialogue">
But you're not done yet! There's much in store for you: Adding colors, fonts, backgrounds, and more, all in chapter 2!
</div>
</div>
<script>
function checkHomework(editor) {
alert('check homework here')
}
</script>