mirror of
https://github.com/taigrr/skyline
synced 2025-01-18 04:33:13 -08:00
Initial commit
This commit is contained in:
14
index.html
Normal file
14
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user