Mercurial > moonlitnights
comparison old/gallery/sidebar.html @ 2:fc00894c1d4a moonlitnights
[svn r3] moved all the bad stuff to 'old'
author | rlm |
---|---|
date | Fri, 19 Feb 2010 20:53:12 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:dbe144217c71 | 2:fc00894c1d4a |
---|---|
1 <html><head><title>I is HTML 2</title> | |
2 | |
3 <style type="text/css"> | |
4 body { | |
5 font-size: 13px; | |
6 background-color:transparent; | |
7 overflow:hidden; | |
8 border:none; | |
9 margin:10px; | |
10 } | |
11 | |
12 a { | |
13 color: #82A9E9; | |
14 text-decoration: none; | |
15 font-weight:bold; | |
16 } | |
17 | |
18 a:hover { | |
19 text-decoration: underline; | |
20 </style></head> | |
21 | |
22 <body> | |
23 <p><a href="chPics.html" target="main">::ChibiUsa and | |
24 Hotaru::</a><br> | |
25 <a href="c_hPics.html" target="main">-Single</a></p> | |
26 | |
27 <p><a href="tsPics.html" target="main">::Tomoyo and Sakura::</a><br> | |
28 <a href="t_sPics.html" target="main">-Single</a></p> | |
29 | |
30 <p><a href="misc.html" target="main">::Misc::</a></p> | |
31 | |
32 <p><a href="main.html" target="main">-Main</a></p> | |
33 <p><a href="http://www.moonlitnights.org/index2.html" target="_parent">-Moonlit Nights</a></p> | |
34 </center></body></html> |