mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Added a bit more instruction to default html template.
This commit is contained in:
parent
d362dd34b0
commit
ac9e0ed195
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue