-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1">
<meta name="copyright" content="© (2023), Alexandra Rose Charity (reg. in England and Wales, #00279157)" />
<meta name="theme-color" content="#a74e94">
<title>Rosie - Rose Voucher Records & Reimbursement</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico">
<!-- Optimisation for Apple devices -->
<link rel="apple-touch-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="180x180" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="touch-icon-ipad-retina.png">
<noscript>
<style>
#message {
position: absolute;
top: 35%;
left: 0;
right: 0;
display: block;
margin: 0 auto;
text-align: center;
max-width: 400px;
padding: 2em;
width: calc(100% - 4em);
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
img {
width: 100%;
}
</style>
</noscript>
</head>
<body>
<div id="app">
<noscript>
<div id="message">
<img src="logo.png" alt="Rose Vouchers">
<p>It appears JavaScript is currently disabled in your browser. Please re-enable it to correctly display the app. Thank you for using Rosie - the Rose Voucher Records & Reimbursement app.</p>
</div>
</noscript>
</div>
</body>
</html>