forked from OSHAYE/OSHAYE.hackathaon2021.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./index.css">
<script src="index.js"></script>
<title>homepage</title>
</head>
<body>
<h1>covid lounge</h1>
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li> <a href="rphys.html">physical rescources</a></li>
<li><a href="rment.html">mental rescources</a></li>
<li><a href="">contact us</a></li>
</ul>
</nav>
<p>welcome to covid lounge your one stop shop to destressed and unwind from these hard times
feel free to take a break and unwind kick back and take off your shoes and have fun with us,<p>
<p> We are all in this situation togehter. Here are the recent Covid 19 stats from around the globe.</p>
<p><iframe src="https://public.domo.com/cards/bWxVg" width="100%" height="600" marginheight="0" marginwidth="0" frameborder="0"></iframe></p>
</body>
</html>