Added a bit more instruction to default html template.

This commit is contained in:
Victoria Wang 2014-11-07 16:08:34 -06:00
parent d362dd34b0
commit ac9e0ed195

View file

@ -5,7 +5,9 @@
<title>The web site of <%= username %></title>
<style type="text/css">
/* This is a CSS comment. CSS is how you can add style to your website, such as colors, fonts,
and positioning of your HTML content. */
and positioning of your HTML content. To learn how to do something, just try searching Google
for questions like "how to change link color." To learn how another website does something,
right-click on the page and select View Page Source. Have fun! */
body {
background-color: white;