2024-08-20 13:37:03 -04:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2024-08-22 05:10:49 -04:00
< title > Freecorn's Server< / title >
2024-08-20 13:37:03 -04:00
< link rel = "stylesheet" href = "styles.css" >
< link rel = "stylesheet" href = "footer.css" >
2024-08-20 13:51:56 -04:00
< link rel = "icon" type = "image/x-icon" href = "./favicon.ico" >
2024-08-20 13:37:03 -04:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Ubuntu" >
< meta http-equiv = "Content-Security-Policy" content = "upgrade-insecure-requests" >
2024-08-22 05:10:49 -04:00
< meta property = "og:title" content = "Freecorn's Server" >
< meta property = "og:description" content = "Freecorn stuff on my server ig" >
< meta property = "og:image" content = "https://freecorn1854.win/images/cornoporno.png" >
< meta property = "og:url" content = "https://freecorn1854.win" >
2024-08-20 13:37:03 -04:00
< / head >
< header >
< a href = "./uwu.html" class = "app-icon-link" >
2024-08-22 05:10:49 -04:00
< img src = "./images/cornoporno.png" alt = "Logo" >
2024-08-20 13:37:03 -04:00
< / a >
2024-08-22 05:10:49 -04:00
< h1 > Freecorns's Sigma Site!< / h1 >
2024-08-20 13:37:03 -04:00
< / header >
< body >
< div class = "button-container" >
2024-08-22 05:10:49 -04:00
< a href = "https://freecorn1854.win" >
< button class = "custom-button steam" >
2024-08-20 13:37:03 -04:00
< div class = "color-part" > < / div >
< div class = "button-content" >
2024-08-22 05:10:49 -04:00
< img class = "button-image" src = "./images/construction.png" alt = "Button Logo" style = "width: 4.3em; height: auto;" >
< span class = "button-text" > Under Construction< / span >
2024-08-20 13:37:03 -04:00
< / div >
< / button >
< / a >
< / a >
< / a >
< / div >
2024-08-22 05:21:13 -04:00
< footer > This website is under GPL-3.0 license, you can find the code < a href = "https://git.jimbosfiles.com/Freecorn1854/Freecorn-Landing-Page" > here. < / a > Some art by < a href = "https://www.tumblr.com/tinyattack09" > tinyattack_09.< / a > < / footer >
2024-08-20 13:37:03 -04:00
< / body >
< / html >