forked from saranshsinhaa/project404
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpg3.html
More file actions
22 lines (21 loc) · 765 Bytes
/
pg3.html
File metadata and controls
22 lines (21 loc) · 765 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project 404</title>
<link rel="stylesheet" href="pg3.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
</head>
<body>
<div class="site">
<div class="sketch">
<div class="bee-sketch red"></div>
<div class="bee-sketch blue"></div>
</div>
<h1>Project 404:<br><br>
<small>It's a 404 Project, what else do you expect!<br><br>except 404 pages of course!<br><br><a class="link" href="index.html">Try Again (for your "peace-of-mind")</a></small></h1>
</div>
</body>
</html>