28 lines
593 B
HTML
28 lines
593 B
HTML
<?xml version="1.0"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>URL Shortener - Error</title>
|
|
<style type="text/css">
|
|
<!--
|
|
body {
|
|
text-align: center;
|
|
}
|
|
#main {
|
|
width: 600px;
|
|
margin: 200px auto;
|
|
font-family: Georgia, 'Times New Roman', Times, sans-serif;
|
|
font-size: 32pt;
|
|
font-style: italic;
|
|
color: #888888;
|
|
}
|
|
//-->
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
Error: the requested page could not be displayed.
|
|
</div>
|
|
</body>
|
|
</html> |