forked from xaos-project/XaoSjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>XaoS.js</title>
<style type="text/css">
body { font:84% Tahoma,Verdana,sans-serif; }
</style>
</head>
<body>
<h2>XaoS.js</h2>
<p>This is a real-time fractal zoomer. Using it is simple: left-click to zoom in, right-click to zoom out.</p>
<canvas id="canvas" width="640" height="480">
<p>Your browser doesn't seem to support the <canvas> tag.
Try <a href="http://www.google.com/chrome">Chrome</a> or <a href="http://firefox.com">Firefox</a>.</p>
</canvas>
<p>Created by J.B. Langston III based on code from <a href="http://xaos.sf.net">XaoS</a> and <a href="http://www.fractalwalk.net">JAME</a>.
XaoS.js is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPLv3</a>.</p>
<p>Check out the project page on <a href="http://github.com/jblang/XaoSjs">GitHub</a>!</p>
</body>
<script type="text/javascript" src="xaos.js"></script>
</html>