mirror of
https://github.com/comatory/fb2iCal
synced 2025-06-05 22:09:25 +02:00
initial commit
This commit is contained in:
18
lib/views/error.ejs
Normal file
18
lib/views/error.ejs
Normal file
@ -0,0 +1,18 @@
|
||||
<!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>
|
Reference in New Issue
Block a user