diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-03-30 00:43:00 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-03-30 00:43:00 -0600 |
| commit | a2f74369ebc72fc4d81a99790f0147cfb6db27bc (patch) | |
| tree | 0a508c366daa87297c0d165072342fd0a9d0d7a9 /index.html | |
| parent | 5787b0ac56f1444e13a252c14bd57d9d219faedc (diff) | |
Add the website
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..6136e6a --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> + +<HTML> + <HEAD> + <TITLE>My website</TITLE> + <STYLE type="text/css"> + BODY { background-color: silver } + H1 { color: cyan; color: yellow; font-family: impact; font-size: 72px; font-style: italic} + P { color: teal; font-size: 24px; font-family: georgia } + INPUT {padding: 25px; background-color: cyan; font-size: 24px; font-family: "andale mono"} + </STYLE> + </HEAD> + + <BODY> + <H1>Warning!</H1> + <P>Welcome to my website. This website uses frames. + Continue only if your web browser supports frames.</P> + <FORM action="/frameset.html" method="get"> + <INPUT type="submit" value="I understand. Continue."> + </FORM> + </BODY> +</HTML> |