Created
September 22, 2019 15:37
-
-
Save amasucci/a5f07b4ab94e7f46d0b15198aa68416e to your computer and use it in GitHub Desktop.
Blue HTML page
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> | |
<title>Welcome to blue!</title> | |
</head> | |
<body style="background-color:powderblue;"> | |
<h1>Welcome to blue!</h1> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment