Freecorn-Landing-Page/corntv/index.html

34 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<meta property="og:title" content="CornTV">
<meta property="og:description" content="Freecorn's Private Analog TV Station">
<meta property="og:image" content="https://freecorn1854.win/images/corntvlogo.png">
<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>
<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>
</body>
</html>