@aws/cloudfront-hosting-toolkit
Version:
CloudFront Hosting Toolkit offers the convenience of a managed frontend hosting service while retaining full control over the hosting and deployment infrastructure to make it your own.
25 lines (24 loc) • 988 B
HTML
<html>
<head>
<link rel="shortcut icon" href="#" />
<meta http-equiv="refresh" content="10">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Your website is currently being deployed</title>
<style type="text/css">
body { text-align: center; padding: 150px; }
h1 { font-size: 40px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
#article { display: block; text-align: center; width: 1000px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
</head>
<body>
<div id="article">
<h1>Deployment status</h1>
<div>
<p>Please note that you are currently seeing this screen either because no zip file has been uploaded to your S3 bucket yet, or because the deployment is currently in progress. Please be patient and the page will automatically refresh once the deployment is complete.</p>
</div>
</div>
</html>