diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-29 23:07:21 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-29 23:07:21 -0400 |
commit | 7c8ffd449ab7365cbe6e135f1a0a0de122d00e9e (patch) | |
tree | 27b827f5e6c70636c1cca70c4c19e6ade8bcf9ea /2d23dcustom.html | |
parent | d2e73d6a7b74bd0d0fb409110ae2fc522d4f83e6 (diff) |
Changed navbar
Diffstat (limited to '2d23dcustom.html')
-rw-r--r-- | 2d23dcustom.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/2d23dcustom.html b/2d23dcustom.html index 38c78c2..7775f64 100644 --- a/2d23dcustom.html +++ b/2d23dcustom.html @@ -1,18 +1,18 @@ <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> -<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="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script> -<script src="js/2d23dcustom.js"></script> -</body> -</html>
\ No newline at end of file + <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"> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> + </head> + <body> + <div id="navbar"></div> + <script src="navbar.js"></script> + <h2>2D becomes 3D</h2> + <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="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script> + <script src="js/2d23dcustom.js"></script> + </body> +</html> |