-
Notifications
You must be signed in to change notification settings - Fork 0
/
algorave4.html
32 lines (32 loc) · 1.05 KB
/
algorave4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Algoravix V4</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<style>
body, h1 {
background: #ca84ff;
}
#beatbox {
background:#ca84ff; margin-left:10px; height:100%; width:40%;
}
#beatbox textarea {
height: 25px;
}
</style>
</head>
<body>
<img src="algoravix.jpg" weight="25%" >
<div id="beatbox" tabindex="0" class="w3-container "></div>
<div>
<a href="https://github.com/gregja/algoravix" target="_blank">Documentation and source code</a><br>
<a href="https://www.meetup.com/fr-FR/CreativeCodeParis/" target="_blank">Powered by the CreativeCodeParis Meetup</a>
</div>
<script src="beatbox4.js"></script>
<script>
document.addEventListener("DOMContentLoaded", myBeatBox, false);
</script>
</body>
</html>