crispypin.cc_old/pages/index.html

15 lines
386 B
HTML
Raw Normal View History

2021-06-25 00:42:46 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-01-18 18:04:48 +01:00
<include meta.html/>
2022-01-20 03:31:33 +01:00
<title>crispypin.cc</title>
2021-06-25 00:42:46 +02:00
</head>
<body>
2022-01-18 18:04:48 +01:00
<include header.html/>
<main>
2022-01-20 03:31:33 +01:00
<h1>Hello!</h1>
<p>Welcome to my corner of the internet. I use this page to showcase some of my interesting projects in an easier to see way compared to just github. (This is very much a WIP)</p>
2022-01-18 18:04:48 +01:00
</main>
<include footer.html/>
2021-06-25 00:42:46 +02:00
</body>
</html>