summaryrefslogtreecommitdiffstats
path: root/assets/root/index.html
blob: f2309adb7ff9885861fd08fa11a399f9b1c6cf8e (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta name="google" content="notranslate">
    <title>BežiApp</title>

    <script type="text/javascript" src="/js/lib/localforage.min.js"></script>
    <script type="text/javascript" src="/js/setup-storage.js"></script>
    <script type="text/javascript" src="/js/initialize.js"></script>

    <link rel="manifest" href="/manifest.json">
    <script src="/js/app.js"></script>
    <link rel="shortcut icon" type="image/png" href="/favicon.png" />

    <!-- iOS support -->
    <link rel="apple-touch-icon" href="/img/icons/icon_96.png">
    <link rel="apple-touch-icon" href="/img/icons/icon_512.png">
    <meta name="apple-mobile-web-app-status-bar" content="#004d32">
</head>

<body>
	<noscript>
		<h1>
			BežiApp za delovanje potrebuje Javascript, trenutno pa ni omogočen. Preglejte nastavitve brskalnika in omogočite Javascript.
		</h1>
		<h1>
			BežiApp needs Javascript to operate, but it's currently not accessible. Check your browser's settings and enable Javascript.
		</h1>
	</noscript>
	<div id=nepodpira>
		<h1>
			BežiApp se ni mogel zagnati ):
		</h1>
		<h2>
			Mogoče gre za napako, pišite nam na Instagram (@beziapp).
		</h2>
		<h3>
			Bolj verjetno pa je, da vaša naprava ni podprta. To velja predvsem za stare iPhone telefone, saj Apple ne posodablja brskalnikov.
		</h3>
		<hr>
		<h1>
			BežiApp could not start ):
		</h1>
		<h2>
			This may happen due to an error, write to us on Instagram (@beziapp).
		</h2>
		<h3>
			There's a higher chance that your device is not supported. This applies in particular to old iPhone phones, as Apple does not upgrade browsers.
		</h3>
		<hr>
		<i>BežiApp ver. <span id=beziappver></span><br>BežiApp previous commit: <span id=beziappcommit></span></i>
	</div>
	<script>
		document.getElementById("beziappver").innerText = app_version;
		document.getElementById("beziappcommit").innerText = previous_commit;
	</script>
</body>

</html>