website/errors/403.html

16 lines
450 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>403 Forbidden | ~vern</title>
</head>
<body>
<!--#include file=/nav.html -->
<h1>403 Forbidden</h1>
<p>You do not have access to this page. This may be because the www-data user does not have sufficient read permissions on the file.</p>
<!--#include file=/errors/common.html -->
<!--#include file=/footer.html -->
</body>
</html>