diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-01 17:43:58 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-07-01 17:43:58 -0400 |
commit | be06edbcfd1213ea1658d36f8934493a92205aac (patch) | |
tree | 28dca6130833e3a770611961bc6559c08bed4161 /2d23dcustom.html |
Created pommicket.github.io
Diffstat (limited to '2d23dcustom.html')
-rw-r--r-- | 2d23dcustom.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/2d23dcustom.html b/2d23dcustom.html new file mode 100644 index 0000000..341f472 --- /dev/null +++ b/2d23dcustom.html @@ -0,0 +1,18 @@ +<html> +<head> +<title>2D becomes 3D</title> +<link rel="stylesheet" href="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> +<p>Draw a pattern by dragging your mouse around. Press enter when you're done.<br> +To draw a straight line, click the starting location, press the shift key, +and click the ending location.</p> +<script src="js/p5.js"></script> +<script src="js/2d23dcustom.js"></script> +</body> +</html>
\ No newline at end of file |