forked from aantthony/javascript-cas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.81 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Javascript CAS (Beta)</title>
<meta name="author" content="Anthony" />
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20673813-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<aside>
<a href="/contact">Contact</a>
<a href="http://twitter.com/aantthony">Twitter: aantthony</a>
</aside>
<a href="/" style="display:block;float:left"><img src="http://gravatar.com/avatar/b5c83649658d9d33c68d9a29790a9238?s=128" width="128" height="128" /></a><h1><a href="/" id="root">Anthony Foster</a></h1>
</header>
<div class="page">
<div id="home">
<h1>Javascript-Cas</h1>
<ul class="posts">
<li><a href="http://aantthony.github.com/javascript-cas/cas/"><div class="icon"><img src="http://aantthony.github.com/javascript-cas/icon.png" width="64" /></div></a> <a href="http://aantthony.github.com/javascript-cas/cas/">Try it now</a> - Javascript Computer Algebra System / Symbolic Math Library</li>
</ul>
</div>
<a href="http://twitter.com/aantthony" class="twitter-follow-button">Follow @aantthony</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</div>
<footer>Anthony Foster</footer>
</body>
</html>