mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +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,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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue