-*.png[[:space:]]*.jpg filter=lfs diff=lfs merge=lfs -text
+*.png filter=lfs diff=lfs merge=lfs -text
+*.jpg filter=lfs diff=lfs merge=lfs -text
--- /dev/null
+
+<!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>
+</html>
--- /dev/null
+/* 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