1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

initial commit

This commit is contained in:
Ondrej Synacek
2019-10-15 09:22:08 +02:00
commit 7d1a7cfa32
10 changed files with 3266 additions and 0 deletions

17
lib/views/404.ejs Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Facebook Events to iCal Converter | 404</title>
</head>
<body>
<h2>Page does not exist</h2>
<p>
The page you requested does not exist.
<a href="/">Go back</a>
</p>
</body>
</html>