22 lines
493 B
Plaintext
22 lines
493 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<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>
|
|
</head>
|
|
|
|
<body>
|
|
<h2>Error</h2>
|
|
|
|
<p>
|
|
An error occured!
|
|
|
|
<%= error || '' %>
|
|
</p>
|
|
<a href="/">Go back</a>
|
|
</body>
|
|
</html>
|