forked from MIKEINTOSHSYSTEMS/DHIS2HEAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 1.63 KB
/
index.html
File metadata and controls
49 lines (43 loc) · 1.63 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--<meta http-equiv="refresh" content="3; url=UI">-->
<!--
<meta http-equiv="refresh" content="3; url=http://heatp.merqconsultancy.org:3939/">
-->
<meta http-equiv="refresh" content="3; url=app">
<title>Loading DHIS2 Data Fetcher for HEAT Plus (+)...</title>
<style>
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f0f0f0;
}
.message {
text-align: center;
}
</style>
</head>
<body>
<div class="message">
<!--
<h1>Redirecting you to the DHIS2 Data Fetcher for HEAT Plus ...</h1>
<p>If you are not redirected automatically, <a href="UI">click here</a>.</p>
<h1>Loading DHIS2 Data Fetcher for HEAT Plus ...</h1>
-->
<img src="https://res.cloudinary.com/appsembler/image/upload/v1666688747/91167bf0-46e8-47ef-bc21-5966044167df/dhis2-icon-rgb-positive.svg.svg"
, height="50px">
<br>
<span style='color: #212227; font-size:30px;'>Loading <b>DHIS2</b> Data Fetcher for </span><span
style='color: #007dc9; font-weight: bold; font-size:30px;'>HEAT </span><span
style='color: #b5e71c; font-weight: bold; font-size:30px;'>Plus(+) </span><span
style='color: #b5e71c; font-weight: bold; font-size:50px;'>...</span>
<p>If the Application did not load automatically, <a href="app">click here</a>.</p>
</div>
</body>
</html>