16 lines
379 B
Plaintext
16 lines
379 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Newseri - ERROR</title>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="content">
|
|
<h1>Error ${data.error.status}</h1>
|
|
<pre>${JSON.stringify(data.error, null, ' ')}</pre>
|
|
</div>
|
|
</body>
|
|
</html>
|