Update videos header and footer
Change the markup slighly to match the other pages. I used the Documents page as a reference.
This commit is contained in:
parent
4debedb32a
commit
a11fcf7c71
|
@ -1,22 +1,29 @@
|
||||||
<html><head>
|
<html>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<title>schemers.org: Videos</title>
|
<title>schemers.org: Videos</title>
|
||||||
|
|
||||||
<link rel="shortcut icon" href="http://www.schemers.org/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
|
||||||
|
|
||||||
</head><body vlink="#aa0088" alink="RED" bgcolor="WHITE" link="BLUE" text="BLACK">
|
<body bgcolor=WHITE text=BLACK link=BLUE vlink="#aa0088" alink=RED>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<table width="100%">
|
<table width=100%>
|
||||||
<tbody><tr valign="TOP">
|
<tr valign=TOP>
|
||||||
<td>
|
<td>
|
||||||
<img src="logo-dsandler.gif" alt="logo" width="110" height="70">
|
<img src="../logo-dsandler.gif"
|
||||||
|
alt="logo"
|
||||||
|
width=110
|
||||||
|
height=70>
|
||||||
<br><br>
|
<br><br>
|
||||||
'(schemers . org):<br>
|
'(schemers . org):<br>
|
||||||
an improper list<br>
|
an improper list<br>
|
||||||
of Scheme resources<br>
|
of Scheme resources<br>
|
||||||
—[<a href="http://www.schemers.org/welcome.shtml">DS</a>]
|
—[<a href="../Welcome/">DS</a>]
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
|
@ -112,27 +119,36 @@ La programmation diffuse by Manuel Serrano</a> In French</li>
|
||||||
<a name="faq">The comprehensive Scheme FAQ is now a
|
<a name="faq">The comprehensive Scheme FAQ is now a
|
||||||
</a><a href="http://community.schemewiki.org/?scheme-faq">Wiki</a>.
|
</a><a href="http://community.schemewiki.org/?scheme-faq">Wiki</a>.
|
||||||
Please get involved!
|
Please get involved!
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<br>
|
<br>
|
||||||
<table width="100%">
|
<table width=100%>
|
||||||
<tbody><tr>
|
<tr>
|
||||||
<td align="LEFT">
|
<td align=LEFT>
|
||||||
Last modified 04:50:19 EDT on Mar 18, 2010
|
Last modified 04:50:19 EDT on Mar 18, 2010
|
||||||
</td>
|
</td>
|
||||||
<td align="RIGHT">
|
<td align=RIGHT>
|
||||||
Powered by
|
Powered by
|
||||||
<a href="http://www.schemers.org/welcome.shtml"><img src="logo.gif" alt="PLT" width="91" align="CENTER" height="31"></a></td></tr>
|
<a href="../Welcome/"><img align=CENTER src="../plt-logo.gif"
|
||||||
|
width=91 height=31 alt="PLT"></a></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td align="RIGHT">
|
<td align="RIGHT">
|
||||||
<a href="http://www.schemers.org/welcome.shtml">Site Contact</a>
|
<a href="../Welcome/">Site Contact</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody></table>
|
</table>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</body></html>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue