1
1
mirror of https://github.com/srid/ema.git synced 2024-11-28 23:42:59 +03:00
ema/www/ema-error.html
Sridhar Ratnakumar d719b0bbd7 Fix html warnings
2022-08-08 11:55:29 -04:00

16 lines
480 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ema App exception</title>
</head>
<body class="overflow-y: scroll;">
<h1>Ema App threw an exception</h1>
<pre
style="font-family: monospace; border: 1px solid; padding: 1em 1em 1em 1em; overflow-wrap: anywhere;">MESSAGE</pre>
<p>Once you fix the source of the error, this page will automatically refresh.
</body>
</html>