-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Healthy Regions & Policies Lab</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="https://healthyregionsorg.files.wordpress.com/2022/10/image.jpg?w=32" sizes="32x32">
<link rel="apple-touch-icon" href="https://healthyregionsorg.files.wordpress.com/2022/10/image.jpg?w=180">
<link rel="icon" href="https://healthyregionsorg.files.wordpress.com/2022/10/image.jpg?w=192" sizes="192x192">
</head>
<body>
<header>
<img width="20" height="28"
src="https://healthyregionsorg.files.wordpress.com/2022/10/1.png"
alt="Healthy Regions & Policies Lab"
/>
<h1><a href="https://healthyregions.org">Healthy Regions & Policies Lab</a></h1>
</header>
<main>
<p>Welcome! Please visit <a href="https://healthyregions.org/resources">Resources</a> to explore our work...</p>
</main>
<script>
// var timer = setTimeout(function() {
// window.location='https://healthyregions.org/resources'
// }, 3000);
</script>
</body>
</html>