]> git.r.bdr.sh - rbdr/frames/blame - index.html
HTTP is more secure 2
[rbdr/frames] / index.html
CommitLineData
a2f74369
BB
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3
4<HTML>
5 <HEAD>
6 <TITLE>My website</TITLE>
7 <STYLE type="text/css">
8 BODY { background-color: silver }
9 H1 { color: cyan; color: yellow; font-family: impact; font-size: 72px; font-style: italic}
10 P { color: teal; font-size: 24px; font-family: georgia }
11 INPUT {padding: 25px; background-color: cyan; font-size: 24px; font-family: "andale mono"}
12 </STYLE>
13 </HEAD>
14
15 <BODY>
16 <H1>Warning!</H1>
17 <P>Welcome to my website. This website uses frames.
18 Continue only if your web browser supports frames.</P>
19 <FORM action="/frameset.html" method="get">
20 <INPUT type="submit" value="I understand. Continue.">
21 </FORM>
22 </BODY>
23</HTML>