mirror of
https://github.com/cupcakearmy/docker-static.git
synced 2025-09-05 10:10:41 +00:00
initial commit
This commit is contained in:
18
html/error.html
Normal file
18
html/error.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
Reference in New Issue
Block a user