-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
30 lines (25 loc) · 870 Bytes
/
Copy patherror.php
File metadata and controls
30 lines (25 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
include 'header.php';
?>
<html prefix="og: https://ogp.me/ns#">
<head>
<link rel="stylesheet" type="text/css" href="/AllCSS.css">
<link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet' type='text/css'>
<meta property="og:title" content="Kaizer's site"/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kaizer.ga/error.php" />
<meta property="og:image" content="/favico.ico" />
<meta property="og:description" content="error page" />
<meta property="og:locale" content="en_US" />
</head>
<body>
<center>
<h1>
whoops your finger must've slipped, something errored. </h1> <h2> <br> check console (CTRL SHIFT I, go to console tab, take screen shot) and dm me on <a href ="discord.php"> discord </a> </h2>
<br>
<h1>
sorry about that :3
</h1>
</center>
</body>
</html>