mirror of
https://github.com/comatory/fb2iCal
synced 2024-12-12 00:27:26 +01:00
19 lines
303 B
Plaintext
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>
|