This commit is contained in:
2020-03-10 06:44:28 -07:00
commit 3ae7b05b9b
15 changed files with 391 additions and 0 deletions

20
views/displayid.tpl Normal file
View File

@@ -0,0 +1,20 @@
<html>
<head>
<title>tv info page</title>
<meta http-equiv="refresh" content="60">
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<div id="main">
<p>
<i>Display ID:</i>
</p>
<h1>{{id}}</h1>
<small>(They're only letters. I like India, O like
Oscar.)</small>
<p><small>Powered by tvid v{{version}}</small></p>
</div>
</body>
</html>

10
views/nocookie.tpl Normal file
View File

@@ -0,0 +1,10 @@
<html>
<head>
<title>tv info page</title>
<meta http-equiv="refresh" content="60; url=/">
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<h1>Please enable cookies, they're required.</h1>
</body>
</html>

10
views/style.tpl Normal file
View File

@@ -0,0 +1,10 @@
body {
font-family: sans-serif;
width: 100%;
text-align: center;
font-size: 20pt
}
h1 {
font-size: 48pt;
}