blob: 8bf2cf362bf6ec81de6ec3acef394b1cfcd85c22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!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>
|