diff --git a/404.html b/404.html index 3eb75b4..4b902f4 100644 --- a/404.html +++ b/404.html @@ -25,10 +25,9 @@

Things to see :3

@@ -75,12 +73,14 @@

404

- It seems like the thing you are looking for is not here :P - 404 - For more information, please visit any page but this one. + It seems like the thing you are looking for is not here :[

- +
+
+

legal stuff idk :3 | icba to © this :P | made with ♥ and caffine

+
+
diff --git a/index.html b/index.html index b588013..ee49c02 100644 --- a/index.html +++ b/index.html @@ -48,12 +48,11 @@
  • nekoweb
  • s1nez
  • beeps
  • -
  • sparkythedogo
  • itsnotstupid
  • blinkies.cafe | make your own blinkies!
  • 88x31
  • neocities
  • -
  • 0x4248
  • +
  • tuxedodragon
  • @@ -160,10 +159,12 @@

  • -

    api.alfieking.dev

    +

    prismic

    - This is just a basic api that runs the spotify embed on this page. I want it to do other stuff eventually, but atm im - mainly working on the main site and making the server backend better. + Prismic is a basic message board that I made, it was mainly made to learn how to use templating and more backend + web development. it uses flask for the web framework and uses a sqlite database to store the messages. I have thought + about remaking it in c++ since I found a c++ web framework that I would like to try out. + Primic | source code

  • @@ -173,6 +174,27 @@
    +
    +

    Some News

    +
    (dont expect this to be updated often tho :P)
    + +
    +
    + +
    diff --git a/static/css/index.css b/static/css/index.css index 0f7b7c8..9e1112c 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -201,6 +201,13 @@ main section h2 { padding: 0; } +main section h6 { + font-size: 0.7rem; + font-weight: 100; + margin: 0; + padding: 0; +} + main section p { font-size: 1rem; margin: 0;