initial
This commit is contained in:
20
views/displayid.tpl
Normal file
20
views/displayid.tpl
Normal 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
10
views/nocookie.tpl
Normal 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
10
views/style.tpl
Normal file
@@ -0,0 +1,10 @@
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
font-size: 20pt
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 48pt;
|
||||
}
|
||||
Reference in New Issue
Block a user