forked from OSHAYE/OSHAYE.hackathaon2021.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rment.html
54 lines (51 loc) · 2.23 KB
/
rment.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
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="rment.css">
<script src="rment.js"></script>
<title>Document</title>
</head>
<body>
<h1>covid lounge</h1>
<div>
<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="adad">contact us</a></li>
</ul>
</nav>
</div>
<p >during these hard times there is usually alot of stress going around here are some tips to help </p>
<ul>
<li>eat well balanced meals </li>
<li>exercise</li>
<li>sleep regularly </li>
<li>avoid excessive use of tabacco, alchol and other drugs</li>
<li>join a new community </li>
<li>learn a new skill</li>
</ul>
<div id="group-des">
<p>Here at the Covid Lounge we aim for people to find a place they belong in order for us unwind and relax together in order to do this we recommend our users try joining 1 of the following groups</p>
<p>For people who would like to pick up gaming as a hobby or have been gaming there whole life and just want to find others to connect with gamers republic might be the home for you</p>
<p>for those who want to take up cooking or have been delving into culinary sophistaction this is the place to share fun recipes and midnight snacks </p>
<p>for those who enjoy the thrill of slaying dragons and battling the tarrasque the DnD enthusiast is the place for you</p>
</div>
<div class="groups">
<ul> <span>
<li class="groups">gamers republic</li>
<li class="groups">impromptu chefs</li>
<li class="groups">Dnd enthusiast</li>
<li class="groups">physical enhancers </li>
<li class="groups">the readers guild</li>
</span>
</ul>
</div>
<iframe src = "https://www.purewow.com/food/easy-dinner-recipes-for-beginners" height="200" width="700"></iframe>
<iframe src = "http://www.mhresources.org/" height="200" width="700"></iframe>
<iframe src = "https://www.webmd.com/fitness-exercise/features/simple-home-workouts#1" height="200" width="700"></iframe>
</body>
</html>