-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 980 Bytes
/
index.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
33
34
35
36
37
38
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="page.js"></script>
</head>
<body>
<logo>(CRUDE.MACHINES)</logo>
</body>
<br/>
<flex>
<nav>
<a href="#home.html">HOME</a>
<a href="#grandau.html">GRANDAU6</a>
<a href="#alxing.html">ALXING</a>
<a href="#contact.html">contact</a>
</nav>
<page id="content">
...
</page>
</flex>
<widget>
<!--
<title>
ALXING
</title>
<content>
ALXING is a 10hp motif generator creating a sequence of quantized CV values. The output can be clamped to a specific scale and the density of available notes can be reduced via the density parameter.
<br/><br/>
<a href="https://github.com/mightycoco/alxing/blob/master/firmware/alxing.1.1.04262021.zip">Firmware 1.1.04262021 beta HW1</a>
</content>
-->
</widget>
</html>