deno.land / x / opine@2.3.4 / examples / mvc / views / 5xx.ejs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>Internal Server Error</title> <link rel="stylesheet" href="/style.css" /> </head> <body> <h1>500: Internal Server Error</h1> <p>Looks like something blew up!</p> </body></html>
opine

Version Info

Tagged at
2 years ago