-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
60 lines (57 loc) · 1.6 KB
/
Index.html
File metadata and controls
60 lines (57 loc) · 1.6 KB
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
55
56
57
58
59
60
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>My new Cats Homepage</title>
<style>
<!--
A:link {
text-decoration: none;
color: #ac1b9b;
}
A:visited {
text-decoration: none;
color: #e85ed8;
}
A:active {
text-decoration: none;
color: #b99ab8;
}
A:hover {
text-decoration: none;
color: #8e13ee;
}
-->
</style>
</head>
<body style="background-color:black">
<div style="text-align:center">
<img src="https://www.dropbox.com/s/af0jg72tatul6p7/Cats.png?dl=1" style="text-align:center">
</div>
<p> </p>
<table align="center">
<tr>
<td><a href="http://cat-bounce.com/" target="_blank">Fun website with cats</a></td>
</tr>
<tr>
<td>
<a href="https://www.dropbox.com/s/9hv4uye8rzkuhuz/Cats%20Information.docx?dl=1">Information about cats</a>
</td>
</tr>
<tr>
<td>
<a href="http://htmlpreview.github.io/?https://github.com/Magicnation/HTML/blob/master/CatsPicsPage.html">Pictures about cats</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.facebook.com/juanwan11" target="_blank">Contact me using Facebook</a>
</td>
</tr>
<tr>
<td>
<a href="mailto:magicnation.juanwan11@gmail.com">Contact me using Email</a>
</td>
</tr>
</table>
</body>
</html>