-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
23 lines (21 loc) · 926 Bytes
/
404.html
File metadata and controls
23 lines (21 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="/images/PAPL/papl.png" type="image/x-icon">
<title>PAPL - 2020</title>
<link rel="stylesheet" href="/css/404.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="overlay"></div>
<div class="terminal">
<h1>PAPL - <span class="errorcode">2020</span></h1>
<h1>Error <span class="errorcode">404</span></h1>
<p class="output">The page you are looking for is under construction or is temporarily unavailable</ü>
<p class="output">Please try <a href="/index.html">this link</a></p>
<p class="output">Good luck</p>
</div>
</body>