summaryrefslogtreecommitdiffstats
path: root/dist/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist/index.html')
-rwxr-xr-xdist/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html
index 2a861a1..f2309ad 100755
--- a/dist/index.html
+++ b/dist/index.html
@@ -22,6 +22,41 @@
</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>