Last active
August 29, 2015 14:08
-
-
Save powersa/36be23aaa647c25c3236 to your computer and use it in GitHub Desktop.
MaptimeSEA, Meeting 1, Example 1
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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
background-color: green; | |
} | |
</style> | |
</head> | |
<body> | |
<script> | |
var bang = "MaptimeSEA"; | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wonder if this should include a simple CSS declaration and javascript function? Currently struggling to connect this with example 2 without anything in between.