commit-heatmap-gen

commit heatmap generator
git clone git://brookjeynes.dev/bjeynes/commit-heatmap-gen.git
Log | Files | Refs | README | LICENSE

index.html (197B)


      1 <html lang="en">
      2 
      3 <head>
      4 	<script src="commit-heatmap.js"></script>
      5 </head>
      6 
      7 <style>
      8 	body {
      9 		width: 900px;
     10 	}
     11 </style>
     12 
     13 <body>
     14 	<div>
     15 		<commit-heatmap></commit-heatmap>
     16 	</div>
     17 </body>
     18 
     19 </html>