source: tmcsimulator/trunk/webapps/EInotebook/script/scripts.html @ 359

Revision 359, 520 bytes checked in by jdalbey, 7 years ago (diff)

Add EINotebook source

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