-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (18 loc) · 827 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/fantasque-sans-mono" type="text/css"/>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<script src="code.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<h1>Seppe's Ultimate Stapel Illustrator Extreme</h1>
<div id="stapel"/>
<div class="center" id="commands">
<button onclick="draw_to_id('function_selection', make_drama_function())">Function call</button>
<button onclick="draw_to_id('stapel', generate_stapel_html())">Draw stapel</button>
</div>
<div class="center" id="function_selection"/>
</body>
</html>