mhh style
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Fri, 01 Nov 2024 13:57:17 +0100
2 files changed,
1 insertions(+),
41 deletions(-)
D
index.html
@@ -1,40 +0,0 @@
-<!DOCTYPE html> -<html lang="en"> - -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>home</title> - <link rel="stylesheet" href="static/index.css"> -</head> - -<body> - <article> - <h1>hi</h1> - <p>this is a work in progress (in case you couldn't tell)</p> - <p>I'm an 18-year-old student from Germany, aspiring to become a system administrator. I like tinkering - around - with my Linux and write a little program here and there.</p> - <p>Currently I'm learning a bunch about server monitoring, as part of a school project</p> - - <h2>some links</h2> - <ul> - <li> - <a title="github" href="https://github.com/crispy-caesus">github</a> - <p>contains most of my little projects, as well as my dotfiles for my Linux - configuration</p> - </li> - <li> - <a title="anilist" href="https://anilist.co/user/crispycaesus/">anilist</a> - <p>a list of the anime I have watched and plan to watch and some ratings and thoughts on - them</p> - </li> - <li> - <a title="stats.fm" href="https://stats.fm/caesus">stats.fm</a> - <p>the music I listened to on Spotify (have since switched to Tidal)</p> - </li> - </ul> - </article> -</body> - -</html>
M
templates/index.html
→
templates/index.html
@@ -5,7 +5,7 @@ <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>home</title> - <link rel="stylesheet" href="index.css"> + <link rel="stylesheet" href="static/index.css"> </head> <body>