tvid/views/nocookie.tpl

11 lines
263 B
Smarty
Raw Normal View History

2020-03-10 13:44:28 +00:00
<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>