19 lines
820 B
HTML
19 lines
820 B
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>TJS2 リファレンス</title>
|
|
<link href="mailto:[email protected]" rev="Made" />
|
|
<link href="index.html" target="_top" rel="Start" title="トップページ" />
|
|
<meta name="author" content="W.Dee" />
|
|
</head>
|
|
<frameset cols="230,*" title="index">
|
|
<frame src="frame.html" name="index" id="index" title="インデックス" />
|
|
<frame src="about.html" name="main" id="main" title="内容" />
|
|
<noframes><body>フレーム対応のブラウザでご覧ください</body></noframes>
|
|
</frameset>
|
|
</html>
|
|
|