mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2024-12-22 08:16:30 +00:00
18 lines
237 B
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> |