Skip to content

Instantly share code, notes, and snippets.

@chiunhau
Created September 11, 2016 12:15
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chiunhau/a17f9f5b6372b1f135ee6eb0e6f46047 to your computer and use it in GitHub Desktop.
<!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