Skip to content

Instantly share code, notes, and snippets.

@akiltipu
Last active July 12, 2023 06:29
Show Gist options
  • Save akiltipu/16f64b2af8e7f11fc28ac43a2655b86a to your computer and use it in GitHub Desktop.
Save akiltipu/16f64b2af8e7f11fc28ac43a2655b86a to your computer and use it in GitHub Desktop.
Initial index.html file for building End-to-End Web Application with AWS tutorial.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>To the Power of Math!</title>
</head>
<body>
To the Power of Math!
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment