summaryrefslogtreecommitdiffstats
path: root/logout.html
blob: cf53cdd74ff391e5da1288a245751b14d751f2b1 (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
<html lang="en">

<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">
    <title>BežiApp</title>

    <script type="text/javascript" src="/js/lib/localforage.min.js"></script>
    <script type="text/javascript" src="/js/logout.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>
</body>

</html>