-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene4.html
21 lines (21 loc) · 860 Bytes
/
scene4.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. OVERPRICED MANHATTAN APARTMENT - NIGHT</p>
<h1 class="oops">Time to end this unfruitful as usual day with some coding homework.</h1>
<p class="oops">(I don't understand why anyone would enjoy writing code I mean look at this screen. God.)</p>
<img src="assets/Mac.png" alt="laptop" class="laptop" >
</div>
<a href="scene4.2.html"><button class="button enter">Finish Project</button></a>
</header>
</body>
</html>