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