Skip to content

Instantly share code, notes, and snippets.

@powersa
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save powersa/36be23aaa647c25c3236 to your computer and use it in GitHub Desktop.
Save powersa/36be23aaa647c25c3236 to your computer and use it in GitHub Desktop.
MaptimeSEA, Meeting 1, Example 1
<!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>
@mapsam
Copy link

mapsam commented Nov 4, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment