UNPKG

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.

23 lines (18 loc) 486 B
<!DOCTYPE html> <!-- --> <html> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>406 Error</title> </head> <body style="background-color: #222;"> <h1 style="color: #b00; text-align: center; margin-top: 40vh;"> HTTP-406: Not Acceptable </h1> <p> Likley an issue with HTTP ContentType, check fileextention of request being made and try again... </p> </body> </html>