テンプレート2
下のソースコードをエディタにコピーアンドペーストして編集してください。赤文字の部分をコメント表示<!-- -->に従って書き換えて使用します。基本的に改変は自由です。
文字化けするときは文字コードのcharset=Shift_JISをcharset=euc-jpかcharset=iso-2022-jpに変えてみてください。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ja">
<head profile="http://iel.nobody.jp/">
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta name="keywords" content="東京大学,情報処理"><!-- 検索に使用するキーワードを記入 -->
<title>My Web Site</title><!-- ページタイトルを記入 -->
</head>
<body>
<div align="center">
<span style="font-size: 24pt;font-weight:bold;">Site Title</span>
<br><br>
<hr width="400" align="center">
<br>
Welcome to this Web site. <br>
<br>
<table border="0">
<tr>
<td><span style="color: #ff3333;">★</span></td>
<td><a href="profile.html">Profile</a></td>
</tr>
<tr>
<td><span style="color: #3366ff;">★</span></td>
<td><a href="favorite.html">Favorite</a></td>
</tr>
<tr>
<td><span style="color: #009900;">★</span></td>
<td><a href="dialy.html">Dialy</a></td>
</tr>
<tr>
<td>★</td>
<td><a href="link.html">link</a></td>
</tr>
</table>
<br>
mail to me : <a href="mailto:g550xxx@mail.ecc.u-tokyo.ac.jp">g550xxx@mail.ecc.u-tokyo.ac.jp</a><br><!-- メールアドレス記入 -->
<br><br>
<!-- Google -->
<form action="http://www.google.co.jp/search" method="get" target="_blank">
<table bgcolor="#ffffff"><tr><td>
<a href="http://www.google.co.jp/">
<img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle"></a>
<input type="text" name="q" size="30" maxlength="255" value="">
<input type="hidden" name="hl" value="ja">
<input type="hidden" name="ie" value="Shift_JIS">
<input type="submit" name="btnG" value="検索">
</td></tr></table>
</form>
<!-- Google -->
<hr width="400" align="center">
<span style="font-family: Comic Sans MS;">Copyright© 2005 YOUR NAME , All Rights Reserved.</span>
</div>
</body>
</html>
別バージョン
青文字の部分を以下のように変更
<!-- Yahoo! -->
<form action="http://search.yahoo.co.jp/bin/search" method="get" target="_blank">
<a href="http://www.yahoo.co.jp/">
<img src="http://i.yimg.jp/images/search/sb_y_logo.gif" alt="Yahoo! JAPAN" border="0" align="absmiddle"></a>
<input type="text" name="p" size="25">
<input type="hidden" name="fr" value="yssw">
<input type="submit" value="検索">
</form>
<!-- Yahoo! -->
青文字の部分を以下のように変更
<!-- livedoor -->
<form action="http://search.livedoor.com/digest/" method="get" target="_blank">
<a href="http://www.livedoor.com/">
<img src="http://docs.livedoor.com/img/ld_logo.gif" alt="livedoor" border="0" align="absmiddle"></a>
<input type="text" name="q" size="30">
<input type="submit" value="検索">
</form>
<!-- livedoor -->