-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (36 loc) · 1.06 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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; url=https://github.com/mri4all">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="MRI4ALL Hackathon">
<meta name="author" content="MRI4ALL">
<title>MRI4ALL</title>
</head>
<style>
html,
body {
background-color: #FFF;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
a {
color: #0e1b4d;
text-decoration: none;
}
a:hover {
color: #0e1b4d;
text-decoration: underline;
}
.content {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
</style>
<body>
<div class="content"><a href="https://github.com/mri4all">Click here to proceed to the MRI4ALL website</a></div>
</body>
</html>