-
Notifications
You must be signed in to change notification settings - Fork 0
/
hopeforfuture.html
39 lines (31 loc) · 1.09 KB
/
hopeforfuture.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
<!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>i don't feel like myself anymore. i used to have so much hope for the future</blockquote>
</div>
</div>
<div class="chat3">
<div class="them">
<blockquote>now the thought of tomorrow makes me sick</blockquote>
</div>
</div>
</div>
<div class="textOptions">
<h1 class="firstBtn"><a href="sometimes.html">you have a lot to live for. try to cheer up</a></h1>
<h1 class="secondBtn"><a href="sometimes.html">you won't always feel this way. things are going to change.</a></h1>
</div>
<script src="script.js"></script>
</body>
</html>