1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-01-01 03:07:51 +01:00
Facebook-Events-iCal-Converter/lib/views/error.ejs
2019-10-15 09:22:08 +02:00

19 lines
303 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>
There was an error parsing the URL:
<%= error || '' %>
</p>
<a href="/">Go back</a>
</body>
</html>