root/template/2048k_files/calendar.html

Revision 119, 0.7 kB (checked in by dalongi2, 2 years ago)

Back to VW stuff instead of our class project

Line 
1 <html>
2
3 <head>
4 <title>New Page 1</title>
5 <base target="_self">
6 </head>
7
8 <frameset framespacing="0" border="0" frameborder="0" rows="40,4,*">
9         <frame name="calendarhead" scrolling="no" noresize marginwidth="0" marginheight="0" src="calendarhead.html" target="_self">
10         <frame name="white" scrolling="no" noresize src="white.html" target="_self">
11         <!--<frame name="beta" scrolling="no" noresize marginwidth="0" marginheight="0" src="beta.html">-->
12         <frame name="beta" scrolling="no" noresize marginwidth="0" marginheight="0" src="http://www.cs.uiuc.edu/videowall/calendar.php" target="_self">
13         <noframes>
14         <body>
15
16         <p>This page uses frames, but your browser doesn't support them.</p>
17
18         </body>
19         </noframes>
20 </frameset>
21
22 </html>
Note: See TracBrowser for help on using the browser.