Skip to content

Instantly share code, notes, and snippets.

@Rustam-Z
Created February 21, 2022 06:24
Show Gist options
  • Save Rustam-Z/cb940c81267c4dd8d86b9080147050c9 to your computer and use it in GitHub Desktop.
Save Rustam-Z/cb940c81267c4dd8d86b9080147050c9 to your computer and use it in GitHub Desktop.
Simple HTML file to run in the AWS EC2 instance to check the server
<html>
<body bgcolor=black>
<center>
<h2><font color=yellow>Hello from Mars!</font></h2>
<font color=red>Rustam-Z</font>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment