Skip to content

Instantly share code, notes, and snippets.

@haydenwagner
Last active February 19, 2017 06:00
Show Gist options
  • Save haydenwagner/9a74b1dab31fe63522a04288f0125075 to your computer and use it in GitHub Desktop.
Save haydenwagner/9a74b1dab31fe63522a04288f0125075 to your computer and use it in GitHub Desktop.
TOADVINE_GIST_TEMPLATE
license: mit

This is a template gist readme

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Toadvine start template</title>
<link inline rel="stylesheet" type="text/css" href="styles.css">
<script src="http://d3js.org/d3.v4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.14.1/lodash.js"></script>
</head>
<body>
</body>
<script inline src="main.js"></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment