-
Notifications
You must be signed in to change notification settings - Fork 1
/
help.html
26 lines (26 loc) · 1.13 KB
/
help.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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Feline Good | Help</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="about-body">
<div class="title-wrapper">
<ul>
<li class="title-item"><img class="smiley-face" src="happy-face.svg" alt="smiley-face"></li>
<li class="title-item"><a href="index.html"><h1>Feline Good</h1></a></li>
<li class="title-item"><img class="smiley-face" src="happy-face.svg" alt="smiley-face"></li>
</ul>
</div>
<div class="help-wrapper">
<h2>Help Lines</h2>
<p class="help-text">Warm Hotline: <a href="tel:1-866-661-WARM (9276)">1-866-661-WARM (9276)</a></p>
<p class="help-text">Pitt Hotline: <a href="tel:412-648-7930">412-648-7930</a></p>
<p class="help-text">Suicide Hotline: <a href="tel:1-800-273-8255">1-800-273-8255</a></p>
<p class="help-text">Rick Roll Hotline: <a href="tel:778-330-2389">778-330-2389</a></p>
</div>
</body>
</html>