tubesync/app/common/templates/error500.html

10 lines
268 B
HTML
Raw Normal View History

2020-11-23 06:32:02 +00:00
<html>
<head>
<title>500 - Internal Server Error</title>
</head>
<body>
<h1>500 - Internal Server Error</h1>
<p>Your request caused an internal server error. This has been logged and our developers will implement a fix shortly.</p>
</body>
</html>