Skip to content

Instantly share code, notes, and snippets.

@youwalther65
Last active November 11, 2019 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youwalther65/e8788a80f03eac2e81d40421e4f21f7f to your computer and use it in GitHub Desktop.
Save youwalther65/e8788a80f03eac2e81d40421e4f21f7f to your computer and use it in GitHub Desktop.
My AWS welcome HTML index page
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello AWS from JUW</title>
<meta charset="UTF-8">
<meta name="description" content="Hello AWS from JUW">
<meta name="author" content="Jens-Uwe Walther">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<style>
h1 {
text-align: center;
}
</style>
</head>
<body>
<h1>Hello AWS!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment