am_dot_com

CN 2022-04-08

Apr 8th, 2022 (edited)
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Testing Static Website on S3 Bucket</title>
  6. </head>
  7. <body>
  8. <h1>Hello there!</h1>
  9. <h2>I am an object in a bucket.</h2>
  10. <h3>My name is index.html - you are seeing my content.</h3>
  11. </body>
  12. </html>
  13.  
  14. ******
  15.  
  16. <!DOCTYPE html>
  17. <html lang="en">
  18. <head>
  19. <meta charset="UTF-8">
  20. <title>ERROR (testing Static Website on S3 Bucket)</title>
  21. </head>
  22. <body>
  23. <h1>Something we nt wrong.</h1>
  24. <h2>You are probably asking for a non-existing object.</h2>
  25. </body>
  26. </html>
Add Comment
Please, Sign In to add comment