mirror of
https://github.com/taigrr/skyline
synced 2025-01-18 04:33:13 -08:00
19 lines
392 B
HTML
19 lines
392 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>3D GitHub Contributions</title>
|
|
<style>
|
|
body { margin: 0; }
|
|
canvas { display: block; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="info">
|
|
<button id="exportASCII">export ASCII</button> <button id="exportBinary">export STL</button>
|
|
</div>
|
|
|
|
<script type="module" src="js/contributions.js"></script>
|
|
</body>
|
|
</html>
|