mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge
This commit is contained in:
commit
6593c9c2ed
2 changed files with 4 additions and 2 deletions
|
@ -3,11 +3,9 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>The web site of <%= username %></title>
|
||||
|
||||
<!-- The style.css file allows you to change the look of your web pages.
|
||||
If you include the next line in all your web pages, they will all share the same look.
|
||||
This makes it easier to make new pages for your site. -->
|
||||
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
|
||||
HTML content. To learn how to do something, just try searching Google for questions like
|
||||
"how to change link color." */
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
color: black;
|
||||
|
|
Loading…
Add table
Reference in a new issue