Default page html: Removed tutorial link in css comment since it's redundant, fixed 'Neocities' casing

This commit is contained in:
Victoria Wang 2014-11-03 18:22:08 -06:00
parent d821ec9dca
commit 5c76e96506

View file

@ -5,9 +5,8 @@
<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.
See http:// for more info. */
and positioning of your HTML content. */
body {
background-color: white;
color: black;
@ -18,7 +17,7 @@
<body>
<h1>Welcome to my Website!</h1>
<p>This is a paragraph! Here's how you make a link: <a href="http://neocities.org">NeoCities</a>.</p>
<p>This is a paragraph! Here's how you make a link: <a href="http://neocities.org">Neocities</a>.</p>
<p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p>