rallly/views/error.ejs
Luke Vella 1b20a11bba New Features
- added notifications
- added toggle switches
- added delete feature
- added email verification
2015-01-26 13:11:48 +01:00

8 lines
136 B
Text

<html>
<head>
<title>Error</title>
</head>
<body>
<h1>An unknown error has occured</h1>
</body>
</html>