-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBasicCossiePlay home page.html
More file actions
70 lines (45 loc) · 1.43 KB
/
BasicCossiePlay home page.html
File metadata and controls
70 lines (45 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> CossiePlay.com </title>
<link rel="stylesheet" type="text/css" href="webpage.css">
<link href="file:///G|/web page 2 design .css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>
CossiePlay
</h1>
<div id="Toolbar">
<div id="Toolbarlinks">
<a href="BasicCossieplay home page.html"> Home </a>
<a href="about us page.html"> About CossiePlay </a>
<a href="Cosplaywhatisit.html"> Cosplay? What is that?</a>
<a href="Products.html"> Products</a>
<a href="Sign up page.html"> Sign Up Here </a>
<a href="announcements.pdf"> Announcements</a>
</div>
</div>
<div id="Contactinfo">
<p>
Contact Information<br>
Phone: 07 4771 1234<br>
Fax: 07 4771 1235<br>
Email: cossieplay@gmail.com<br>
Address: 4 Stanton Avenue, Hulkstwon<br>
</p>
</div>
<div id="hp1">
<img src="K:\assignment design\images\winter.jpg" alt="Image of disney frozen character"
style="width:350px; height: 300px;" >
</div>
<div id="hp2">
<img src="K:\assignment design\images\devil.jpg" alt="Image of a devil custome designed by CossiePlay" style="width:400px; height: 300px;">
</div>
<div id="hp3">
<img src="K:\assignment design\images\olaf.jpg" alt="Image of Olaf character from disney frozen movie" style="width: 350px;height: 300px">
</div>
<footer>
</footer>
</body>
</html>