-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
17 lines (17 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Barrandov" />
<meta property="og:image" content="duha.png" />
<title>Monoskop JS</title>
<link rel="icon" href="favicon.png"/>
<link rel="stylesheet" href="index.css"/>
</head>
<body>
<h2>About</h2>
<p>This is a joke website that pretends to provide a live TV Barrandov feed but instead of the video, there is a JS canvas simulating a TV test pattern <a href="https://www.mediaguru.cz/clanky/2024/01/stanice-skupiny-barrandov-nevysilaly-kvuli-odpojeni-od-elektriny/">as broadcast on the morning of January 20<sup>th</sup></a>, hence the title Monoskop JS (not affiliated with a person with initials JS, no lawsuits pls).</p>
<p>This page is in progress, it will be replaced with one that resembles an actual modern website. That will be generated with Wordpress or something, I made the iframe below from scratch and I don't feel like writing all the HTML/JS/CSS manually anymore. I learnt a lot, though.</p>
<iframe src="embed.html?ch=1" allowfullscreen=true>
</body>
</html>