summaryrefslogblamecommitdiffstats
path: root/index.html
blob: 8bf2cf362bf6ec81de6ec3acef394b1cfcd85c22 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                          

               









                                                                           

               
<!DOCTYPE html>
<html>
	<head>
		<meta charset=UTF-8 />
		<title>
			TELETEKST APLIKACIJA - Nalagam ...
		</title>
		<style>
			body {
				background: black;
			}
		</style>
	</head>
	<body>
		<h1></h1>
		<script src=/redfox.js></script>
		<script>
			if (window.location.search == "?help") {
				window.location.href = "/900/1";
			} else {
				window.location.href = "/100/1";
			}
			// <meta http-equiv=refresh content=0;URL=/100/1 />
		</script>
	</body>
</html>