Big update, finished the blog, added the feeds
This commit is contained in:
21
assets/errors/403.xhtml
Normal file
21
assets/errors/403.xhtml
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<title>403</title>
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="error">
|
||||
_ _ ___ _____
|
||||
| || | / _ \___ /
|
||||
| || |_| | | ||_ \
|
||||
|__ _| |_| |__) |
|
||||
|_| \___/____/
|
||||
|
||||
403 - Forbidden
|
||||
<a href="/index.xhtml">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user