-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage-2.html
More file actions
20 lines (19 loc) · 736 Bytes
/
page-2.html
File metadata and controls
20 lines (19 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title> BOO!</title>
<style type="text/css">
body {
background: black;
color: orange
}
</style>
</head>
<body>
<a href="Index.html">Home Page</a>
<h1> Cool Costume Ideas</h1>
<p> Here's some inspiration for Halloween Costumes!</p>
<img src="http://ep.yimg.com/ay/yhst-43237354811846/deluxe-adult-wicked-witch-costume-with-cape-4.jpg"></img>
<img src="http://images.halloweencostumes.com/products/4718/1-1/skeleton-costume.jpg"></img>
<img src="http://www.minimalisti.com/wp-content/uploads/2014/09/cool-couples-halloween-costumes-ideas-batman-catwoman-e1410854762719.jpg"></img>
</body>
</html>