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

source: tmcsimulator/branches/EInotebook/script/scripts.html @ 350

Revision 350, 520 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" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5    <link href="scripts.css" rel="stylesheet" type="text/css">
6    <script type="text/javascript" src="scripts.js"></script> 
7    <script type="text/javascript" src="../scripts/cookies.js"></script> 
8  <title>Insert title here</title>
9</head>
10  <body onscroll="setCookie('scriptScrollY', window.pageYOffset);">
11
12  </body>
13</html>
Note: See TracBrowser for help on using the repository browser.