]> git.r.bdr.sh - rbdr/frames/blob - main.html
HTTP is more secure 2
[rbdr/frames] / main.html
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 favorite websites</TITLE>
7 <STYLE type="text/css">
8 BODY { background-image: url("/background.gif") }
9 H1 { color: fuchsia; background-color: yellow; text-align: center; font-family: "Trebuchet MS" }
10 H1.trees { font-style: italic; background-color: silver; color: green; padding: 1%; margin: 1% 10%; font-family: arial }
11 P { color: white }
12 P.trees, UL { color: white; background-color: silver; padding: 1% }
13 P.about { background-color: white; color: teal; line-height: 15px; padding: 10%; text-align: right; font-family: verdana }
14 LI { margin: 1%; color: maroon }
15 H2 { color: cyan }
16 H3 { font-size: 72px; font-family: "Courier New" }
17 IMG { width: 240px; height: 320px }
18 </STYLE>
19 </HEAD>
20
21 <BODY>
22 <H1>Thank you for visiting my site</H1>
23 <P>If you like my website please check out my favorite sites too!</P>
24 <HR>
25 <H2>My cat</H2>
26 <P><IMG src="/cat1.jpg" alt="My cat"></P>
27 <P><IMG src="/cat2.jpg" alt="The picture is not old! It's just edited to look like that (Taken in 2016)"></P>
28 <P><IMG src="/cat3.jpg" alt="My cat 2"></P>
29 <P><IMG src="/cat4.jpg" alt="He can't get down"></P>
30 <HR>
31 <H1 class="trees">My top favorite trees</H1>
32 <P class="trees">This list is not in any order, these are some of my favorite trees</P>
33 <UL>
34 <LI><B>Birch</B> it's the zebra of trees</LI>
35 <LI><B>Baobab</B> it's so weird and big!</LI>
36 <LI><B>The pine tree</B> <A href="https://www.softschools.com/facts/plants/pine_facts/538/">Too many reasons to list!!</A></LI>
37 <LI><B>Palm trees</B> 1. coconuts, 2. the beach</LI>
38 <LI><B>Red Maple</B> it wins at having the best color of its leaves</LI>
39 </UL>
40 <H3>About Me</H3>
41 <P class="about">My name is ruben, I'm from juarez, mexico and I'm making websites!
42 <BR>
43 My twitter name is @pigeonfolk</P>
44 </BODY>
45 </HTML>