Update style

This commit is contained in:
Sebastien Chopin 2017-04-14 11:57:30 +02:00
parent 55db6e336f
commit ee6db19c8d

View File

@ -2,10 +2,10 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Nuxt.js error</title> <title>Nuxt.js Error</title>
</head> </head>
<body style="background-color: #a6004c;color: #efe;font-family: monospace;"> <body style="background-color: #a6004c;color: #efe;font-family: monospace;">
<h2>Nuxt.js error</h2> <h2>Nuxt.js Error:</h2>
<pre>{{ stack }}</pre> <pre>{{ stack }}</pre>
</body> </body>
</html> </html>