]> localhost Git - neocities.git/commitdiff
Change tabbing styles of sources to tabs
authormisomosi <[email protected]>
Thu, 25 Dec 2025 02:59:51 +0000 (21:59 -0500)
committermisomosi <[email protected]>
Wed, 10 Jun 2026 14:38:01 +0000 (10:38 -0400)
index.html
styles.css

index c88b19a1d6b249002f39e9f77515f5aebe7a769e..baee681e057bfdc889b450022ea699e72aee1fc3 100644 (file)
@@ -1,20 +1,20 @@
 
 <!DOCTYPE html>
 <html>
-  <head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>MisoCities</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">
-    <link href="favicon.png" rel="icon" type="image/png" />
-  </head>
-  <body>
-    <h1>Miso's Neocities Page!</h1>
-    <p>
-    Herein lies my personal Neocities page, I guess... Have fun!
-    </p>  
-  </body>
+       <head>
+               <meta charset="UTF-8">
+               <meta name="viewport" content="width=device-width, initial-scale=1.0">
+               <title>MisoCities</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">
+               <link href="favicon.png" rel="icon" type="image/png" />
+       </head>
+       <body>
+               <h1>Miso's Neocities Page!</h1>
+               <p>
+               Herein lies my personal Neocities page, I guess... Have fun!
+               </p>
+       </body>
 </html>
index f87439dd1406a731b9fbd5189e6eb9f487629af2..40cb93543dc67ec9b751097e5d0bcd237a1275eb 100644 (file)
@@ -1,9 +1,5 @@
-/* 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;
-  font-family: Verdana;
-}\r
+       background-color: white;
+       color: black;
+       font-family: Verdana;
+}