Skip to content

Instantly share code, notes, and snippets.

View teliosdev's full-sized avatar
:shipit:

Jeremy Rodi teliosdev

:shipit:
View GitHub Profile
@teliosdev
teliosdev / index.html
Last active August 29, 2015 13:58 — forked from Mechazawa/index.html
<html>
<head>
<title>Sierpinski triangles in Liquidscript</title>
<script src="triangles.js"></script>
<style>html { background-color: #f9f9f9; }</style>
</head>
<body onload="sierpinski(256)">
<canvas id="result" width="800" height="800"></canvas>
</body>
</html>