docker-static/html/error.html

18 lines
237 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
html, body{
font-family: 'Courier New', Courier, monospace;
text-align: center;
}
h1 {
font-weight: normal;
}
</style>
</head>
<body>
<h1>error</h1>
</body>
</html>