1
0
mirror of https://github.com/taigrr/skyline synced 2025-01-18 04:33:13 -08:00

Initial commit

This commit is contained in:
Jason Long
2020-06-28 21:12:40 -04:00
parent 6d38b020c3
commit 779ca25dc6
12 changed files with 65506 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>3D GitHub Contributions</title>
<style>
body { margin: 0; }
canvas { display: block; }
</style>
</head>
<body>
<script type="module" src="js/contributions.js"></script>
</body>
</html>