mirror of
https://github.com/JHUAPL/icsfeedparser.git
synced 2026-01-09 12:47:59 -05:00
14 lines
569 B
HTML
14 lines
569 B
HTML
<!-- This file does NOT need to be included when distributing. It is just used to make making make_html() easier -->
|
|
<head>
|
|
<div style="text-align: center">
|
|
<h1 style="color: red">ICSFeedParser Error</h1>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<div style="text-align: center">
|
|
<h2 style="font-weight: normal; color: darkred">An error has occurred in ICSFeedParser.</h2>
|
|
<h2 style="font-weight: normal">Error Message: {error_message}</h2>
|
|
<h2 style="font-weight: normal">Error from ICSFeedParser script: {error}</h2>
|
|
</div>
|
|
</body>
|
|
</html> |