Skip to content

Commit

Permalink
add template
Browse files Browse the repository at this point in the history
  • Loading branch information
pzp1997 committed Jun 14, 2017
1 parent 4b925d4 commit 0d894e3
Show file tree
Hide file tree
Showing 14 changed files with 68,036 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/template.html

This file was deleted.

14 changes: 14 additions & 0 deletions template/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Starter Template | p5-matter</title>
</head>
<body>

<script src="lib/p5.js/0.5.11/p5.min.js"></script>
<script src="lib/matter.js/0.12.0/matter.min.js"></script>
<script src="lib/p5-matter/1.0.0/p5-matter.min.js"></script>
<script src="sketch.js"></script>
</body>
</html>
Loading

0 comments on commit 0d894e3

Please sign in to comment.