Mercurial > moonlitnights
diff gallery/sidebar.html @ 0:ed1308d04df2 moonlitnights
[svn r1] initial import
author | rlm |
---|---|
date | Fri, 19 Feb 2010 06:24:59 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gallery/sidebar.html Fri Feb 19 06:24:59 2010 -0500 1.3 @@ -0,0 +1,34 @@ 1.4 +<html><head><title>I is HTML 2</title> 1.5 + 1.6 +<style type="text/css"> 1.7 +body { 1.8 + font-size: 13px; 1.9 + background-color:transparent; 1.10 + overflow:hidden; 1.11 + border:none; 1.12 + margin:10px; 1.13 +} 1.14 + 1.15 +a { 1.16 + color: #82A9E9; 1.17 + text-decoration: none; 1.18 + font-weight:bold; 1.19 +} 1.20 + 1.21 +a:hover { 1.22 + text-decoration: underline; 1.23 +</style></head> 1.24 + 1.25 +<body> 1.26 +<p><a href="chPics.html" target="main">::ChibiUsa and 1.27 +Hotaru::</a><br> 1.28 +<a href="c_hPics.html" target="main">-Single</a></p> 1.29 + 1.30 +<p><a href="tsPics.html" target="main">::Tomoyo and Sakura::</a><br> 1.31 +<a href="t_sPics.html" target="main">-Single</a></p> 1.32 + 1.33 +<p><a href="misc.html" target="main">::Misc::</a></p> 1.34 + 1.35 +<p><a href="main.html" target="main">-Main</a></p> 1.36 +<p><a href="http://www.moonlitnights.org/index2.html" target="_parent">-Moonlit Nights</a></p> 1.37 +</center></body></html> 1.38 \ No newline at end of file