Uploading website content

Now, it's time to upload some content to our S3 buckets. Here are the snippets we promised you earlier. There's nothing fancy here. Once you've got these examples working, you can try replacing them with your real website content.

Save this content as index.html:

      <html> 
<head>
<title>Welcome to example.org</title>
</head>
<body>
<h1>example.org</h1>
<p>Hello World!</p>
</body>
</html>

Save this content as error.html:

      <html> 
<head>
<title>Error</title>
</head>
<body>
<h1>example.org</h1>
<p>Something went wrong!</p>
</body>
</html>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset