Annotation of public_html/index.shtml, revision 1.2
1.1 snw 1: <HTML>
2: <HEAD>
3: <TITLE>Serena's Home Page</TITLE>
4: </HEAD>
5: <BODY BACKGROUND="images/linen2d.jpg">
6: <!--#include virtual="fragments/nav.shtml" -->
7: <TABLE CELLPADDING=3 BORDER=0 WIDTH=100%>
8: <TR>
9: <TD WIDTH=10% VALIGN=TOP>
10: <!--#include virtual="fragments/sidebar.shtml" -->
11: </TD>
12: <TD WIDTH=90% VALIGN=TOP>
1.2 ! snw 13: <!--#include virtual="cgi-bin/status.pl" -->
1.1 snw 14: </TD>
15: </TR>
16: </TABLE>
17: <HR>
18: <EM>Revision History</EM>
19: <PRE>
1.2 ! snw 20: $Log: index.shtml,v $
! 21: Revision 1.1.1.1 2025/02/16 03:51:52 snw
! 22: Initial import
! 23:
1.1 snw 24: </PRE>
25: <HR>
26: <CENTER>
27: Copyright © 2025 Serena Willis<BR>
1.2 ! snw 28: Last modified $Date: 2025/02/16 03:51:52 $<BR><BR>
1.1 snw 29: <BR><BR>
1.2 ! snw 30: <EM>$Id: index.shtml,v 1.1.1.1 2025/02/16 03:51:52 snw Exp $</EM>
1.1 snw 31: <P>
32: <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
33: </P>
34: </CENTER>
35: </BODY>
36: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>