-
Notifications
You must be signed in to change notification settings - Fork 0
/
shaking.html
34 lines (26 loc) · 884 Bytes
/
shaking.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
<!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="chat4">
<div class="them">
<blockquote>im scared. i can't stop shaking. i feel like i'm gonna die</blockquote>
</div>
</div>
</div>
<div class="textOptions">
<h1 class="firstBtn"><a href="calm.html">it's okay, breathe.</a></h1>
<h1 class="secondBtn"><a href="calm.html">what's wrong?</a></h1>
</div>
<script src="script.js"></script>
</body>
</html>