mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
17 lines
590 B
HTML
17 lines
590 B
HTML
<!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>403 - Forbidden</title>
|
|
<link rel="stylesheet" href="/css/errorstyle.css">
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
<h1 class="code">403</h1>
|
|
<h2 class="message">You are currently not allowed to visit this page!</h2>
|
|
<a href="/" class="button">Back to the homepage</a>
|
|
</div>
|
|
</body>
|
|
</html> |