roosevelt
Version:
🧸 MVC web framework for Node.js designed to make Express easier to use.
21 lines (20 loc) • 474 B
HTML
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name='format-detection' content='telephone=no'>
<title>403 Forbidden</title>
</head>
<body>
<main>
<header>
<h1>Forbidden</h1>
</header>
<p>You don't have permission to access ${url} on this server.</p>
<footer>
<address>${mainDomain} ${appVersion}</address>
</footer>
</main>
</body>
</html>