am-serv
Version:
AbstractMechanics is a framework developed by Andrew Chamber's small group of side projects called Katana Development. Its meant to have a small small footprint, be easy to use, yet powerfull when developing complex websites, and web-applications.
16 lines (13 loc) • 342 B
HTML
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>501</title>
</head>
<body style="background-color: #222;">
<h1 style="color: #B00; text-align: center; margin-top: 40vh;">
HTTP-501: Not Implemented
</h1>
</body>
</html>