Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-olivier committed Oct 25, 2014
1 parent 16f05e4 commit 80a80be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>FDF</title>

<script src="jquery-2.1.1.min.js"></script>
<script src="victor.min.js"></script>
<script src="fdf.js"></script>
</head>

<body>
<canvas id="canvas" width="800" height="450" style="border: solid 1px;"></canvas>
</body>
</html>

0 comments on commit 80a80be

Please sign in to comment.