Skip to content

Instantly share code, notes, and snippets.

@otaks
Created March 13, 2021 03:53
Show Gist options
  • Save otaks/0f52a6eedb23b9ed521e37bf325f39e8 to your computer and use it in GitHub Desktop.
Save otaks/0f52a6eedb23b9ed521e37bf325f39e8 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS">
<TITLE>Welcome</TITLE>
<link rel="stylesheet" href="abc\style.css">
</HEAD>
<FRAMESET COLS="30%,70%">--(1)
<FRAME SRC="abc\TOC.html" NAME="left" SCROLLING="auto">--(2)
<FRAMESET>--(3)
<FRAME SRC="abc\main.html" NAME="head" SCROLLING="auto">---(4)
</FRAMESET>
</FRAMESET>
<NOFRAME>
<H3>テストのページ</H3>
<P>
あなたはフレーム非対応のブラウザをお使いですね。このページはフレームを使用しています。
<FONT SIZE=+0><A HREF="http://www.med.teikyo-u.ac.jp/">研コンのホームページへ</A></FONT>
</NOFRAME>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment