Uploading website content

It's now 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:

  • index.html
      <html> 
<head>
<title>Welcome to exmaple.org</title>
</head>
<body>
<h1>example.org</h1>
<p>Hello World!</p>
</body>
</html>
  • 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