Warning: Can't use blame annotator:
svn blame failed on branches/EInotebook/summary/summary.html: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/EInotebook/summary/summary.html @ 350

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

Add a branch EInotebook for Electronic Instructor Notebook prototype

  • Property svn:executable set to *
RevLine 
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.