Untitled

 avatar
unknown
html
a year ago
436 B
3
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>My First Website Hosted on an S3 Bucket!</title>
</head>
<body>
    <h1>Welcome to My First Website Hosted on an S3 Bucket!</h1>
    <p>This is a simple static website hosted on an S3 bucket.</p>
</body>
</html>
Editor is loading...
Leave a Comment