refinements

This commit is contained in:
Joshua Seigler 2019-11-05 08:40:54 -05:00 committed by Joshua Seigler
parent 23828113b2
commit df579cead2
3 changed files with 67 additions and 39 deletions

View file

@ -5,10 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Generative Art - seigler.github.io</title>
<link rel="stylesheet" href="DIGEST(app.css)">
<style>footer { position: fixed; bottom: 0; left: 0; right: 0; color: white; } </style>
</head>
<body>
<footer>space or double click for a new one</footer>
<footer>Press space or double click for a new one</footer>
<script src="modules/p5.min.js"></script>
<script src="modules/p5.sound.min.js"></script>
<script src="DIGEST(app.js)"></script>