diff --git a/src/public/blog.html b/src/public/blog.html new file mode 100644 index 0000000..179b2c4 --- /dev/null +++ b/src/public/blog.html @@ -0,0 +1,27 @@ + + + + + mskor.xyz + + + + + + +
+ i really hope this works +
+ + diff --git a/src/public/index.html b/src/public/index.html index 317127d..a64402d 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -1,24 +1,27 @@ - - - - mskor.xyz - - - + + + + mskor.xyz + + + - -
-
+ +
+ Under construction! +
diff --git a/src/public/logo.png b/src/public/logo.png deleted file mode 100644 index 73812b2..0000000 Binary files a/src/public/logo.png and /dev/null differ diff --git a/src/public/style.css b/src/public/style.css index b42457d..3ad11a9 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -1,15 +1,16 @@ + body { - max-width:70%; - margin:40px auto; + margin:0px auto; + max-width:700px; font-size:18px; line-height:1.4; - padding:0 10px; + padding:10px; font-family: monospace; } a { text-decoration:none; - color:Black; + color:MediumSeaGreen; } td { @@ -22,12 +23,16 @@ h1 { margin:0px auto; } +#header, #content { + padding:0 0px; + margin:5px auto; +} + img { width:100%; height:100%; } - @media (prefers-color-scheme:dark) { body { background-color:#222;