UNPKG

koa-mvc-cli

Version:

快速创建基于koa2的mvc工程

30 lines (26 loc) 558 B
<!DOCTYPE html> <html> <head> <title>Error - {{status}}</title> <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"> <style> body { padding: 50px 80px; font: 14px "Helvetica Neue", Helvetica, sans-serif; } h1 { font-size: 2em; margin-bottom: 5px; } pre { font-size: .8em; } </style> </head> <body> <div id="error"> <h1>{{message}}</h1> <pre>{{stack}}</pre> </div> </body> </html>