src/crypto.c: possible fix for memory leak related
[citadel.git] / webcit / static / newstartpage.html
index cf1d08b966179d9851272e0117cf0d52fc76abc2..680eb4fcf39dbe8742c9ba72ead5a365ce23f4b6 100644 (file)
@@ -1,20 +1,22 @@
-<TABLE WIDTH="100%" BORDER="0" BGCOLOR="#000077">
-<TR>
-       <TD>
-               <FONT SIZE=+1 COLOR="FFFFFF"
-               <B>New start page</B>
-               </FONT>
-       </TD>
-</TR>
-</TABLE>
+<! newstartpage.html start>
+<table width="100%" border="0" bgcolor="#444455">
+<tr>
+       <td>
+               <font size=+1 color="#FFFFFF"
+               <b>New start page</b>
+               </font>
+       </td>
+</tr>
+</table>
 
-<CENTER>
+<center>
 <font size=+2>Your start page has been changed.</font>
-<BR><BR>
+<br /><br />
 
-<I>(Note: this does not change your browser's home page.
-It changes the page you begin on when you log on to <?SERV_HUMANNODE>).</I>
-<BR><BR>
+<i>(Note: this does not change your browser's home page.
+It changes the page you begin on when you log on to <?SERV_HUMANNODE>).</i>
+<br /><br />
 
 <a href="javascript:history.back()">Back...</a>
-</CENTER>
+</center>
+<! newstartpage.html end>
\ No newline at end of file