2024-08-23 00:06:06 -04:00
<!DOCTYPE html>
< html lang = "en" >
< meta property = "og:title" content = "CornTV" >
2024-08-23 00:08:29 -04:00
< meta property = "og:description" content = "Freecorn's Private Analog TV Station" >
2024-08-23 00:08:02 -04:00
< meta property = "og:image" content = "https://freecorn1854.win/images/corntvlogo.png" >
2024-08-23 00:06:06 -04:00
< meta property = "og:url" content = "https://freecorn1854.win/corntv" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > CornTV Homepage< / title >
< link rel = "stylesheet" href = "styles.css" >
< link rel = "stylesheet" href = "footer.css" >
< link rel = "icon" type = "image/x-icon" href = "favicon.ico" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Orbitron" >
< / head >
< body >
< div class = "container" >
< header >
< div class = "logo-container" >
< img src = "../images/corntvlogo.png" style = "width: 20em; height: auto;" alt = "CornTV Logo" class = "mainlogo" >
< / div >
< / header >
< main >
< h1 > CornTV is a Private Cable Analog TV Channel running on Channel 10 VHF!< h1 >
< / main >
< main >
< h2 > < a href = "https://freecorn1854.win/" > Back to Main Site!< / a > < h2 >
< / main >
< / div >
2024-12-08 00:32:45 -05:00
< footer > This website is under AGPL-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-23 00:06:06 -04:00
< / body >
< / html >