-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInformation.html
65 lines (54 loc) · 1.46 KB
/
Information.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
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<body>
<h1>Might Vaccines</h1>
<h2>About us</h2>
<p>We specialise in vaccination for several farm animals, these animals include:</p>
<ul><b>
<li>Bovine/Cattle</li>
<li>Ovine/Sheep</li>
<li>Birds</li>
<li>Some specialities such as rhino, lion etc.</li>
</ul></b>
<p>If you'd like to know more please phone our office on: 0128672354</p>
<p>Not registered yet? <a href='Sign_up.php'>Register Here</a></p>
<center>
<p>If your still lost here are a few suggestions...</p>
<img src="yho.png" alt="Mountain View" style=size: small>
Click <a href="http://www.yahoo.com">here</a> to go to yahoo.<br>
<img src="ggl.png" alt="Mountain View">
Click <a href="http://www.google.com">here</a> to go to google.<br>
<img src="fb.png" alt="Mountain View">
Click <a href="http://www.facebook.com">here</a> to go to facebook.<br>
<img src="twit.jpg" alt="Mountain View">
Click <a href="http://www.twitter.com">here</a> to go to twitter.<br>
<center>
<style>
body{
background-image: url("mountPic.jpg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h1{
font-family: 'Baloo Bhaijaan', cursive;
text-align:center;
}
h2{
font-family: 'Frijole', cursive;
text-align:center;
}
p{
font-family: 'Frijole', cursive;
text-align:center;
}
ul{
width:200px;
font-family:courier;
text-align:left;
margin:0 auto;
}
</style>
</body>
</html>