aztec_diamond/index.html

19 lines
239 B
HTML
Raw Permalink Normal View History

2020-12-28 14:37:46 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<canvas>
</canvas>
<script src="aztec_diamond.js">
</script>
</body>
</html>