Files
shiny/inst/template/error.html
2020-08-19 15:02:01 -04:00

14 lines
151 B
HTML

<html>
<head lang = "en">
<title>An error has occurred</title>
</head>
<body>
<h1>An error has occurred!</h1>
<p>{{message}}</p>
</body>
</html>