summaryrefslogtreecommitdiff
path: root/2d23d.html
blob: e12ca4e43b7e7b53358d65585a44f04fef471b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<title>2D becomes 3D</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h2>2D becomes 3D</h2>
<div id="header_links_div"></div>
<script src="js/header_links.js"></script>
<hr>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
<script src="js/2d23d.js"></script>
</body>
</html>