-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html~
54 lines (47 loc) · 1.64 KB
/
index.html~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>
home
</title>
<link rel="stylesheet" type="text/css" href="web.css" />
<link rel="icon" href="fav.jpeg" type="image/jpeg" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
</head>
<body>
<header>
<div class="header" id="home">
<a href="index.html" ><img src="home.jpeg" height="100" width="100"></img></a>
</div>
<div class="header" id="info">
<a href="info.html" ><img src="info.png"height="100" width="100"></img></a>
</div>
<div class="header" id="contacts">
<a href="contacts.html" ><img src="contacts.png"height="100" width="100"></img></a>
</div>
</header>
<div class="table" id="table">
<table>
<tr>
<td><p>
The intro people expect from me is not very complicated.
Yet I chose a way to characterize myself, I am a sort of person
you will find very common to your sights yet believe me not
everything you see is true.</p>
</td>
</tr>
</table>
</div>
<div class="my" id="my">
<img src="my.jpg" height="340" width="440">
</img>
</div>
<footer>
<div class="foot" id="footer1"><a href="https://www.facebook.com/profile.php?id=100013006172084" ><img src="fb.png" height="50" width="50"></img></a></div>
<div class="foot" id="footer2"> <a href="mail to:[email protected]" ><img src="gmail.jpeg" height="50" width="50"></img></a></div>
</address>
</footer><a href="sfassgn2.html" >Assignment 2</a>
</body>
</html>