Skip to content

Instantly share code, notes, and snippets.

@amasucci
Created September 22, 2019 15:37
Show Gist options
  • Save amasucci/a5f07b4ab94e7f46d0b15198aa68416e to your computer and use it in GitHub Desktop.
Save amasucci/a5f07b4ab94e7f46d0b15198aa68416e to your computer and use it in GitHub Desktop.
Blue HTML page
<!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