1
0
mirror of https://github.com/comatory/fb2iCal synced 2024-12-27 08:52:58 +01:00
Facebook-Events-iCal-Converter/lib/views/error.ejs

19 lines
285 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Facebook Events to iCal Converter | error</title>
</head>
<body>
<h2>Error</h2>
<p>
An error occured!
<%= error || '' %>
</p>
<a href="/">Go back</a>
</body>
</html>