-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
60 lines (56 loc) · 2.21 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kanttiinit - Kampusten ruokalistat helposti</title>
<link rel="icon" href="./src/assets/logo.png" />
<link rel="apple-touch-icon" href="./src/assets/logo.png" sizes="180x180">
<link rel="mask-icon" href="./src/assets/logo.png" color="#FFFFFF">
<base href="/">
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=5"
/>
<meta
name="description"
content="Kanttiinit.fi näyttää kätevästi Otaniemen sekä Helsingin opiskelijaruokaloiden ruokalistat."
/>
<meta property="og:url" content="https://kanttiinit.fi/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Kanttiinit" />
<meta property="og:description" content="Student lunch effortlessly." />
<meta property="og:image" content="https://kanttiinit.fi/logo.png" />
<meta property="og:locale" content="fi_FI" />
<meta property="og:locale:alternate" content="en" />
<meta name="theme-color" content="#009688" />
</head>
<body>
<noscript>
<center>
<h1>You don't have JavaScript!</h1>
<p>
The main Kanttiinit site unfortunately only works with JavaScript
enabled.
</p>
<p>
If this is intentional, we've got a special version just for you:
<a rel="noopener" href="https://folio.kanttiinit.fi/">folio.kanttiinit.fi</a>.
</p>
</center>
</noscript>
<div id="get-a-proper-browser" style="display:none">
Your browser is not supported by Kanttiinit.<br />
Please check out
<a rel="noopener" href="https://folio.kanttiinit.fi/">folio.kanttiinit.fi</a>
for a stripped-down version.
</div>
<script>
if (!window.Promise) {
document.getElementById('get-a-proper-browser').style.display = 'block';
}
</script>
<div id="root"></div>
<script src="src/index.tsx" type="module"></script>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "7640a69cbf1b46ccb2c92e2d3f99bccb"}'></script><!-- End Cloudflare Web Analytics -->
</body>
</html>