🎉 Initial commit

This commit is contained in:
Joshua Seigler 2017-08-22 22:07:36 -04:00 committed by Joshua Seigler
commit a4ed228a65
8 changed files with 7046 additions and 0 deletions

19
index.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dash.party - putting the FUN in FUNGIBILITY</title>
<link rel="stylesheet" href="style.css">
<script src="lodash-2.4.1.js"></script>
</head>
<body>
<div class="confetti">
<canvas></canvas>
</div>
<main>
<div class="logo">Dash Logo</div>
</main>
<script src="confetti.js"></script>
<script src="main.js"></script>
</body>
</html>