16 lines
333 B
HTML
16 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>WebsitePanel Error</title>
|
|
<style>
|
|
BODY { font-family: Calibri, Verdana, Arial; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1 style="color:Red;">WebsitePanel Error</h1>
|
|
|
|
<h2>
|
|
Sorry, an error occurred while processing your request.
|
|
</h2>
|
|
</body>
|
|
</html>
|