Skip to content

Instantly share code, notes, and snippets.

View kurotanshi's full-sized avatar
🎯
Focusing

Kuro Hsu kurotanshi

🎯
Focusing
View GitHub Profile
@kurotanshi
kurotanshi / index.html
Created October 29, 2015 03:37
d3 元氣彈
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<style type="text/css">
html, body, svg {
width: 100%; height: 100%; padding: 0; margin: 0;
}