-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (25 loc) · 752 Bytes
/
Copy pathindex.html
File metadata and controls
43 lines (25 loc) · 752 Bytes
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
<!-- index.html -->
<!DOCTYPE html >
<html>
<head>
<meta charset="utf-8"/>
<style>body { padding: 30px; }</style>
</head>
<body>
Math. Function calculator
<ul>
<li><a href="function_calculator/calculator_with_table_output.html">with table output</a></li>
<li><a href="function_calculator/calculator_with_points_chart.html">with chart output</a></li>
<li><a href="function_calculator/function_graph_via_turtle.html">turtle graph</a></li>
</ul>
<br>
Art. Christmas Tree
<ul>
<li><a href="christmas/tree_as_divs.html">as stacked divs</a></li>
</ul>
<br>
<a href="https://github.com/dz0/brython-apps">code repository</a>
<br>
<a href="https://github.com/denisecase/chapstack">more exercise ideas</a>
</body>
</html>