crispypin.cc_old/pages/index.html

15 lines
No EOL
386 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<include meta.html/>
<title>crispypin.cc</title>
</head>
<body>
<include header.html/>
<main>
<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>
</main>
<include footer.html/>
</body>
</html>