forked from formula/formula
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (29 loc) · 740 Bytes
/
index.html
File metadata and controls
40 lines (29 loc) · 740 Bytes
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
<html lang="en">
<head>
<meta charset="utf-8">
<title>Formula</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<script src="lib/formula.js"></script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<h1>Formula</h1>
<p>
Expression parser, compiler and runtime in JavaScript.
</p>
<ul>
<li>
<a href="docs/code/src/functions">Docs</a>
</li>
<li>
<a href="docs/test/test/functions">Tests</a>
</li>
</ul>
<div>
Sponsored by FormBucket.com
</div>
</body>
</html>