forked from aantthony/graph.tk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
6 lines (5 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico" /><meta name="description" content="Online graph sketching app that can graph functions and numerically solve differential equations. Requires Javascript HTML 5." /><title>graph.tk</title><link rel="stylesheet" type="text/css" href="main.css" />
</head><body><div id="ldall"><h3 style="text-align:center"><noscript>Please enable javascript!<br /><small><a href="http://graph.tk/about">More info</a></small></noscript><span id="nnz">.</span></h3></div><div id="all"></div><script type="text/javascript">document.getElementById("nnz").childNodes[0].nodeValue="Loading...";var jsonfunc="e^x";var shouldload=true;var jsondata=null;</script>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="mathquill_modified.js"></script>
<script type="text/javascript" src="main.js"></script></body></html>