mirror of
https://github.com/neocities/neocities.git
synced 2025-04-28 11:12:30 +02:00
Default page html: Removed tutorial link in css comment since it's redundant, fixed 'Neocities' casing
This commit is contained in:
parent
d821ec9dca
commit
5c76e96506
1 changed files with 3 additions and 4 deletions
|
@ -5,8 +5,7 @@
|
||||||
<title>The web site of <%= username %></title>
|
<title>The web site of <%= username %></title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
/* This is a CSS comment. CSS is how you can add style to your website, such as colors, fonts,
|
/* 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. */
|
||||||
See http:// for more info. */
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -18,7 +17,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>Welcome to my Website!</h1>
|
<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>
|
<p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue