forked from aantthony/graph.tk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
8 lines (8 loc) · 1.5 KB
/
index.html
1
2
3
4
5
6
7
8
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="apple-touch-icon" href="apple-touch-icon.png" /><meta name="viewport" content="width=device-width; height=device-height; initial-scale=1.0; maximum-scale=1.0; user-scalable=false;"/><meta name="apple-mobile-web-app-capable" content="yes" /><meta name="apple-mobile-web-app-status-bar-style" content="default" /><link rel="apple-touch-startup-image" href="apple-touch-startup-image.png" /><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="mathquill.css" /><link rel="stylesheet" type="text/css" href="main.css" /></head><body><h3><noscript>Please enable javascript!<br /><a href="http://graph.tk/about">More info</a></noscript></h3><script type="text/javascript">document.body.firstChild.appendChild(document.createTextNode("Loading..."));</script>
<script type="text/javascript" src="jquery.js"></script>
<!--[if IE]><script type="text/javascript" src="excanvas.compiled.js"></script><![endif]-->
<script type="text/javascript" src="mathquill_modified.js"></script>
<script type="text/javascript" src="math.js"></script>
<script type="text/javascript" src="ui.js"></script>
<script type="text/javascript" src="main.js"></script>
</body></html>