2019-10-15 09:22:08 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2019-11-14 08:53:33 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-11-14 09:24:55 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="/style.css?8">
|
2019-11-14 08:53:33 +01:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
|
|
|
|
<title>Facebook Events to iCal Converter | about</title>
|
2019-10-15 09:22:08 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<h2>Error</h2>
|
|
|
|
|
|
|
|
<p>
|
2019-10-20 19:25:13 +02:00
|
|
|
An error occured!
|
2019-10-15 09:22:08 +02:00
|
|
|
|
|
|
|
<%= error || '' %>
|
|
|
|
</p>
|
|
|
|
<a href="/">Go back</a>
|
|
|
|
</body>
|
|
|
|
</html>
|