mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-13 08:57:57 -05:00
14 lines
151 B
HTML
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>
|