1 |
<html> |
2 |
<head> |
3 |
<title>Base in body</title> |
4 |
<base href="http://suika.fam.cx/www/"> |
5 |
<link rel="stylesheet" href="style/html/xhtml1" media="all"> |
6 |
</head> |
7 |
<body> |
8 |
<p>(Base = /www/) <a href="2005/">2005/</a></p> |
9 |
|
10 |
<base href="http://suika.fam.cx/gate/"> |
11 |
|
12 |
<p>(Base = /gate/) <a href="cvs/">cvs/</a></p> |
13 |
|
14 |
<base href="http://suika.fam.cx/error/"> |
15 |
|
16 |
<p>(Base = /error/) <a href="404">404</a></p> |
17 |
|
18 |
</base> |
19 |
|
20 |
<p>(Base = ?) <a href="2005/sw/">2005/sw/</a></p> |
21 |
|
22 |
|
23 |
<p>See also: <a href="http://suika.fam.cx/gate/2005/sw/base">SuikaWiki:base</a></p> |
24 |
</body> |
25 |
</html> |