17 lines
477 B
HTML
17 lines
477 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>every.channel</title>
|
|
<meta
|
|
name="description"
|
|
content="Watch and share free over-the-air TV. Local first, global when you want."
|
|
/>
|
|
<link data-trunk rel="css" href="style.css" />
|
|
<link data-trunk rel="rust" data-wasm-opt="z" />
|
|
</head>
|
|
<body>
|
|
<div id="main"></div>
|
|
</body>
|
|
</html>
|