Created
June 20, 2019 01:50
-
-
Save renemorozowich/75a38aa77d4fe4f0aa362bfd5e1697ef to your computer and use it in GitHub Desktop.
Basic index.html file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title in Browser Tab</title> | |
</head> | |
<body> | |
<h1>Hello World!</h1> | |
<p>This is my first web page!</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment