forked from cesarares/Logic-Sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (23 loc) · 1.18 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-8">
<title>LogicSim - Logic gate simulator</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<ul class="examples">
<li class="title">Logic Gates Examples</li>
<li class="orange"><a href="simple_editor.html" target="editor">Editor with Toolbar</a></li>
<li class="blue"><a href="no_toolbar.html" target="editor">Editor without Toolbar</a></li>
<li class="green"><a href="no_toolbar_read_only.html" target="editor">Read Only Example</a></li>
<li class="purple"><a href="multiple_read_only.html" target="editor">Multiple Read Only Canvas</a></li>
<li class="gold"><a href="events_and_tables.html" target="editor">Events and Truth Table</a></li>
<li class="pink"><a href="multiple_events_and_tables.html" target="editor">Multiple Events and Truth Tables</a></li>
<li class="sky"><a href="editor_with_truth_table.html" target="editor">Editor, Truth Table and Expressions</a></li>
</ul>
<iframe class="example" name="editor" src="simple_editor.html">
If you can see this, your browser doesn't understand IFRAME.
</iframe>
</body>
</html>