Created
September 11, 2016 12:15
-
-
Save chiunhau/a17f9f5b6372b1f135ee6eb0e6f46047 to your computer and use it in GitHub Desktop.
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> | |
<meta charset="UTF-8"> | |
<title>New p5 Project</title> | |
<style> | |
h1 { | |
color: red; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Hello</h1> | |
<h2 style="color:blue">World</h2> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment