source: tmcsimulator/trunk/webapps/einotebook/summary/index.html @ 468

Revision 468, 543 bytes checked in by jdalbey, 7 years ago (diff)

einotebook - multifile commit. Redesign to fix timing problem on some machines as well as improve file naming. Fixed #176.

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2  "http://www.w3.org/TR/html4/loose.dtd">
3<html>
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6    <link href="summary.css" rel="stylesheet" type="text/css">
7    <script type="text/javascript" src="summary.js"></script>
8    <script type="text/javascript" src="../scripts/cookies.js"></script>
9    <title>Summary</title>
10    </head>
11  <body onscroll="setCookie('summaryScrollY', window.pageYOffset);">
12    <div id="view"></div>
13  </body>
14</html>
Note: See TracBrowser for help on using the repository browser.