mathjs/_layouts/default.html

38 lines
1.5 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>math.js | an extensive math library for JavaScript and Node.js</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="title" content="math.js">
<meta name="keywords" content="mathjs, math.js, math, js, javascript, node, node.js, library, parser, expression, real, complex, number, matrix, unit, function, variable, string, value, mathematics, extensive, advanced">
<meta name="description" content="Math.js is an extensive math library for JavaScript and Node.js. It features real and complex numbers, units, and matrices.">
<meta name="author" content="Jos de Jong">
<link href="css/mathjs.css" rel="stylesheet" type="text/css">
<link href="css/commandline.css" rel="stylesheet" type="text/css">
<script src="js/lib/math.min.js" type="text/javascript"></script>
<script src="js/commandline.js" type="text/javascript"></script>
</head>
<body>
<div id="page">
<p>
<a href="http://mathjs.org">
<img src="css/img/mathjs_330x100.png" id="logo" alt="math.js">
</a>
</p>
{{content}}
</div>
<div id="footer">
<a href="http://mathjs.org">mathjs.org</a> &bull;
<a href="https://github.com/josdejong/mathjs" target="_blank">sourcecode</a> &bull;
<a href="https://github.com/josdejong/mathjs#license" target="_blank">copyright &copy; 2013 jos de jong</a> &bull;
<a href="http://subtlepatterns.com/bright-squares/" target="_blank">background by waseem dahman</a>
</div>
</body>
</html>