aboutsummaryrefslogtreecommitdiff
path: root/utils/langton_ant/index.html
blob: ad8ef227c6b68eeca16d9c10a54fae87a6a148e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" type="text/css" href="../../style.css"/>
		<link rel="stylesheet" type="text/css" href="style.css"/>
		<meta charset="utf-8"/>
		<title>cacharle - langton ant</title>
	</head>
	<body>
        <h1>langton ant</h1>
		<table id="table">
		</table>
        <script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
		<script type="text/javascript" src="script.js"></script>
	</body>
</html>