Initial import of PhotoGroove
This commit is contained in:
commit
3d2c74b8fc
7 changed files with 5744 additions and 0 deletions
13
index.html
Normal file
13
index.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="http://elm-in-action.com/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="app.js"></script>
|
||||
<script>
|
||||
Elm.PhotoGroove.init({node: document.getElementById("app")});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue