-
Notifications
You must be signed in to change notification settings - Fork 0
/
haventfeltright.html
40 lines (32 loc) · 1.14 KB
/
haventfeltright.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>are you there?</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<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=Lato:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="msg1" class="msg-receive">
<div class="chat5">
<div class="them">
<blockquote>lately i haven't felt right</blockquote>
</div>
</div>
<div class="chat3">
<div class="them">
<blockquote>it's getting harder and harder to do anything</blockquote>
<blockquote>i feel afraid even when nothing's wrong. i feel so useless</blockquote>
</div>
</div>
</div>
<div class="textOptions">
<h1 class="firstBtn"><a href="notdoingenough.html">it's okay that you're having a hard time. it doesn't define you.</a></h1>
<h1 class="secondBtn"><a href="soexhausted.html">you have to keep trying. you can't just give up.</a></h1>
</div>
<script src="script.js"></script>
</body>
</html>