Initial import of PhotoGroove

This commit is contained in:
Alexander Kobjolke 2023-12-10 22:02:26 +01:00
commit 3d2c74b8fc
7 changed files with 5744 additions and 0 deletions

13
index.html Normal file
View 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>