sending2.html 272 Bytes
Newer Older
Henry Gonzales's avatar
Henry Gonzales committed
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
<!DOCTYPE>
<html>
<style> 
ul:hover
{
	font-size:25px;

}

body
{
	background-image: url("../pics/sending2.jpg");
	
}
ul
{
	text-align:right;
}


</style>

<title> HELL YEA </title>
<head> 
	</head>
<body>

<ul><a href ="../home.html">Back to home</a></ul>
</body>
</html>