-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstressed.html
More file actions
23 lines (18 loc) · 797 Bytes
/
stressed.html
File metadata and controls
23 lines (18 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>stressed</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Assistant:wght@200;300&display=swap" rel="stylesheet">
</head>
<body>
<h1>We're sorry to hear that.</h1>
<h1>Here are some links with tips to help you destress!</h1>
<a href="https://www.virtua.org/articles/10-quick-ways-to-de-stress">10 Ways to Destress</a>
<p></p>
<a href="https://www.health.harvard.edu/heart-health/5-ways-to-de-stress-and-help-your-heart">5 Ways to Destress from Harvard</a>
<p></p>
<a href="MedSearch.html" class="lonely"><button type="button">Return</button></a>
</body>
</html>