source: tmcsimulator/trunk/webapps/EInotebook/cad/index.html @ 359

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

Add EINotebook source

  • Property svn:executable set to *
Line 
1<html>
2  <head>
3    <link rel="stylesheet" type="text/css" href="cad.css"> 
4    <link rel="stylesheet" type="text/css" href="cadpad.css"> 
5    <link rel="stylesheet" type="text/css" href="../script/scripts.css"> 
6    <script type="text/javascript" src="cad.js"></script> 
7    <script type="text/javascript" src="../scripts/cookies.js"></script> 
8  </head>
9  <body onLoad="setupCad()">
10        <div id="cadpadwrap">
11                <div id="cadpadcontent">
12                </div>
13    </div>
14  </body>
15</html>
Note: See TracBrowser for help on using the repository browser.