Skip to content

Commit 97db51c

Browse files
committed
Refactored example code into examples folder each with their own web page
1 parent 19e5a4e commit 97db51c

File tree

2 files changed

+3
-65
lines changed

2 files changed

+3
-65
lines changed

index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
<title></title>
55
</head>
66
<body>
7-
Open Console
8-
9-
<script src="jspm_packages/system.js"></script>
10-
<script src="config.js"></script>
11-
<script>
12-
System.import('test.js');
13-
</script>
7+
<a href="/examples/gen_server.html">GenServer example</a>
8+
<br/>
9+
<a href="/examples/send_receive.html">2 actors continually sending and receiving messages from each other</a>
1410
</body>
1511
</html>

test.js

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)