Created
September 27, 2019 09:53
-
-
Save johanburati/68dbc8e0102e7b6b8308ae61508c65fd to your computer and use it in GitHub Desktop.
index.html
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>Hello World Page</title> | |
</head> | |
<body> | |
<p>Hello <strong>World</strong> !</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment