Skip to content

Instantly share code, notes, and snippets.

View mackenco's full-sized avatar

Colin MacKenzie mackenco

  • New York
View GitHub Profile
@mackenco
mackenco / index.html
Created May 1, 2017 14:49 — forked from anonymous/index.html
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
@mackenco
mackenco / index.html
Created December 14, 2015 21:29 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/qomoji
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
.pgraph {
background-color: lightgreen;
}