added CornTV
This commit is contained in:
parent
2bd9052c93
commit
14412a644c
5 changed files with 197 additions and 0 deletions
33
corntv/index.html
Normal file
33
corntv/index.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!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/image/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>
|
Loading…
Add table
Add a link
Reference in a new issue