annotate gallery/sidebar.html @ 0:ed1308d04df2 moonlitnights

[svn r1] initial import
author rlm
date Fri, 19 Feb 2010 06:24:59 -0500
parents
children
rev   line source
rlm@0 1 <html><head><title>I is HTML 2</title>
rlm@0 2
rlm@0 3 <style type="text/css">
rlm@0 4 body {
rlm@0 5 font-size: 13px;
rlm@0 6 background-color:transparent;
rlm@0 7 overflow:hidden;
rlm@0 8 border:none;
rlm@0 9 margin:10px;
rlm@0 10 }
rlm@0 11
rlm@0 12 a {
rlm@0 13 color: #82A9E9;
rlm@0 14 text-decoration: none;
rlm@0 15 font-weight:bold;
rlm@0 16 }
rlm@0 17
rlm@0 18 a:hover {
rlm@0 19 text-decoration: underline;
rlm@0 20 </style></head>
rlm@0 21
rlm@0 22 <body>
rlm@0 23 <p><a href="chPics.html" target="main">::ChibiUsa and
rlm@0 24 Hotaru::</a><br>
rlm@0 25 <a href="c_hPics.html" target="main">-Single</a></p>
rlm@0 26
rlm@0 27 <p><a href="tsPics.html" target="main">::Tomoyo and Sakura::</a><br>
rlm@0 28 <a href="t_sPics.html" target="main">-Single</a></p>
rlm@0 29
rlm@0 30 <p><a href="misc.html" target="main">::Misc::</a></p>
rlm@0 31
rlm@0 32 <p><a href="main.html" target="main">-Main</a></p>
rlm@0 33 <p><a href="http://www.moonlitnights.org/index2.html" target="_parent">-Moonlit Nights</a></p>
rlm@0 34 </center></body></html>