13 lines
156 B
HTML
13 lines
156 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>error</title>
|
||
|
<link rel="stylesheet" href="/style.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>error</h1>
|
||
|
<p>{info}</p>
|
||
|
</body>
|
||
|
</html>
|
||
|
|