-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene3.html
21 lines (21 loc) · 855 Bytes
/
scene3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A Day in your Life</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="scene-heading">
<div class="commong-heading">
<p>INT. THE NEW SCHOOL - CLASSROOM - NOON</p>
<h1 class="oops">Now lets listen to this lecture about computer racism or some shit. Real important stuff.</h1>
<p class="oops">(Yes, this is essential for your academic and professional progress.)</p>
<img src="assets/gnarls.jpeg" alt="gnarls" class="gnarls" >
</div>
<a href="scene3.2.html"><button class="button enter">Next Step</button></a>
</header>
</body>
</html>