abtmtr-v4/views/crt/index.html
2024-01-24 22:49:29 -06:00

17 lines
402 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>abtmtr.link - CRT</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/styles/crt.css" />
</head>
<body>
<main>
<div class="screen">
<iframe src="/"></iframe>
<div class="crt"></div>
</div>
</main>
</body>
</html>