-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·46 lines (36 loc) · 1.17 KB
/
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
39
40
41
42
43
44
45
46
<!DOCTYPE html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>workly.com/flows</title>
<link rel="stylesheet" href="../linkHelp/styles.css">
</head>
<body>
<div class="container">
<div class="rowbox">
<div class="left">
<img src="icon.jpg"/>
</div><!-- left -->
<div class="right">
Visual programming tool for experimenting with parse trees. Scratch is
a children's toy for learning to code; Max/MSP exists to let you avoid coding;
Flows is for parse-tree monkeying.
<a href="flEditor.html">Start</a> --
<a href="http://www.github.com/bernardio5/flows">Github</a>
</div><!-- right -->
<div class="clear"></div>
</div> <!-- rowbox -->
<div class="rowbox">
<div class="left">
<img src="vcIcon.jpg"/>
</div><!-- left -->
<div class="right">
Level editing? Vector drawing, sorta? Like that thing I made that time.
Data for node editor? For sure, it's pretty good with tile sets.
<a href="vcEditor.html">Start</a>
</div><!-- right -->
<div class="clear"></div>
</div>
<!-- container -->
</div>
</body>
</html>