2021-06-25 00:42:46 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2022-01-18 22:17:50 +01:00
< meta charset = "UTF-8" >
2022-01-18 17:57:42 +01:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "/style.css" >
< link rel = "icon" type = "image/x-icon" href = "/icons/favicon.png" >
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 22:17:50 +01:00
< header >
2022-01-18 18:04:48 +01:00
< a href = "/" id = "logo" > < img src = "/logo.png" alt = "" > < / a >
< / header >
2022-01-18 22:17:50 +01:00
< nav >
2022-01-18 18:04:48 +01:00
< ul >
< li > < a href = "/" > Home< / a > < / li >
< li > < a href = "/blender/" > Blender stuff< / a > < / li >
2022-01-20 03:31:33 +01:00
< li > < a href = "/projects/" > Projects< / a > < / li >
< li > < a href = "/fractals/" > Fractals< / a > < / li >
2022-01-18 18:04:48 +01:00
< li > < a href = "https://crispypin.github.io/gol-wallpaper" > Game of Life< / a > < / li >
2022-01-20 03:31:33 +01:00
< li > < a href = "https://crispypin.itch.io/" > Games< / a > < / li >
2022-01-18 18:04:48 +01:00
< / ul >
< / nav >
< 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.< / p >
2022-01-18 18:04:48 +01:00
< / main >
2022-01-18 22:17:50 +01:00
< footer >
2022-01-18 18:04:48 +01:00
< p > Copyright © 2022 - CrispyPin< / p >
< div class = "links" >
< a href = "https://github.com/CrispyPin" > < img src = "/icons/github.png" alt = "" width = 32px > < / a >
< a href = "https://crispypin.itch.io/" > < img src = "/icons/itchio.svg" alt = "" width = 32px > < / a >
< a href = "https://twitter.com/CrispyPin42" > < img src = "/icons/twitter.png" alt = "" width = 32px > < / a >
< a href = "https://www.youtube.com/channel/UCFW1QTsbFgux8VrduCz_ckQ" > < img src = "/icons/youtube.png" alt = "" width = 32px > < / a >
< / div >
< / footer >
2021-06-25 00:42:46 +02:00
< / body >
< / html >