UNPKG

@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.

24 lines 910 B
<!DOCTYPE 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 your are currently seeing this screen because this is the first deployment of the website. So, just take it easy and unwind, the page will automatically refresh on its own.</p> </div> </div> </html>