mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-10 04:00:27 +01:00
15 lines
No EOL
386 B
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> |