Skip to content

Commit f91c64c

Browse files
committed
Add index for s3 bucket
1 parent b110f1a commit f91c64c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

route53/s3/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<head>
2+
<title>Error</title>
3+
<style>
4+
body {
5+
font-size: 18px;
6+
font-family: monospace;
7+
color: #000000;
8+
line-height: 1.5;
9+
background-color: white;
10+
}
11+
</style>
12+
</head>
13+
<body>
14+
All servers are down. Please try again later. ☹
15+
</body>

0 commit comments

Comments
 (0)