UNPKG

angie

Version:

Angie: A Module-Based NodeJS Web Application Framework in ES6

39 lines (34 loc) 1.4 kB
<!DOCTYPE html> <html> <head> <!-- Meta --> <meta charset="utf-8"> <meta name="keywords" content="Angie,JavaScript,REST,MVC,Framework,API" /> <meta name="description" content="Angie Framework 404 Page"> <meta name="author" content="Joe Groseclose <@benderTheCrime>"> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" /> <title>Angie - File Not Found</title> <!-- Favicon --> <link rel="shortcut icon" href="images/angie.svg"> <!-- Styles --> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro"> <link rel="stylesheet" type="text/css" href="css/index.css"> </head> <body> <h1>File Not Found</h1> <div> The page you were looking for was not found or is not available. <a href="/"> Go back to the application homepage </a> <a href="https://github.com/benderTheCrime/angie" target="_blank"> Visit Angie on GitHub </a> <a href="https://doc.esdoc.org/github.com/angie-framework/angie/" target="_blank"> Read the Angie documentation </a> </div> </body> </html>