-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage2.html
More file actions
22 lines (21 loc) · 778 Bytes
/
page2.html
File metadata and controls
22 lines (21 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page 2</title>
<link rel="stylesheet" href="style.css">
</head>
<script src="index.js"></script>
<body>
<div id="matrix" class="matrix"></div>
<div class="content">
<h1 class="glitch">Non culpa elit voluptate officia eiusmod ea ut. Est proident duis et enim et. Cupidatat et dolore in ex veniam. Anim dolore labore ea occaecat irure dolore labore sit pariatur laborum veniam occaecat. Aliquip aliqua nulla nisi voluptate irure Lorem.</h1>
</div>
<a href="Index.html">
<button class="button-main glitch">
Back
</button>
</a>
</body>
</html>