2023-06-25 01:48:32 +02:00

21 lines
436 B
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<title>Document</title>
<style>
body{
background-color: rgb(100, 100, 100);
color: #fff;
}
</style>
</head>
<body>
<h1>{{message}}</h1>
<h2>{{error.status}}</h2>
</body>
</html>