-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhello
More file actions
74 lines (40 loc) · 1.28 KB
/
hello
File metadata and controls
74 lines (40 loc) · 1.28 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title> New Site </title>
<style>
body {
color: white;
}
img {
align-content: center;
padding-left: 410px;
}
.footer.resize{
width: 200px;
height: auto;
}
</style>
</head>
<body align = "center" bgcolor="Black" >
<h1 align="center"> ZAY SLASH </h1>
<img align="center" src="http://venture.mcmaster.ca/Camper_Websites/Week_4/Basketball/Hypnotoad-1.gif" >
<h2 align="center" >Summary</h2>
<p align="center" >I am an actor from Planet X, You might have seen me on Popular shows like Futurama and Family Guy. </p>
<div align="center"> <a href ="photos.html" title = "Slash photos">VIEW PHOTOS</a>
<ol align="center"><h4 align="center">Tallents include</h4></ol>
<li align="center">Silent Singing </li>
<li align="center">Silent Starring </li>
<li align="center">Silent Slaying </li>
<h2 align="center">Hometown</h2>
Ney York, Subway
<h2 align="center">University</h2>
Darttoad College
<h2 align="center">My Favorite Games</h2>
<ol align="center">
<li align="center">Snakes</li>
<li align="center">Worm</li>
<li align="center">Chest</li>
</ol>
</body>
<div class ="footer"> <img src="http://siteassets.pagecloud.com/alineinthewater/images/Facebook-icon-ID-5ccfe897-a855-4b95-f8dd-291fe4fc1173.png"> </div>
</html>