-
Notifications
You must be signed in to change notification settings - Fork 0
/
notreally.html
28 lines (21 loc) · 879 Bytes
/
notreally.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
<!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 class="captionText">(no not really. i feel awful.)</div>
<audio src= "“no not really, i feel awful”.m4a" id="audio1" autoplay="autoplay"></audio>
<div class="textOptions">
<h1 class="firstBtn"><a href="notyourfault.html">i'm sorry to hear that.</a></h1>
<h1 class="secondBtn"><a href="listen.html">anything i can do for you?</a></h1>
</div>
<script src="script.js"></script>
</body>
</html>