Created
March 12, 2019 11:39
-
-
Save theafolayan/fcc2eab3d7326d8c6e1cfb0dffc18b35 to your computer and use it in GitHub Desktop.
hello.html
This file contains hidden or 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> | |
<meta charset="UTF-8"> | |
<title>Hello Extension</title> | |
</head> | |
<body> | |
<h1> Hello Awesome Developer! </h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment