Facebook-Events-iCal-Converter/lib/views/error.ejs

22 lines
493 B
Plaintext
Raw Normal View History

2019-10-15 09:22:08 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<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">
<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>
An error occured!
2019-10-15 09:22:08 +02:00
<%= error || '' %>
</p>
<a href="/">Go back</a>
</body>
</html>