trackending.html 287 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
<!DOCTYPE>
<html>
<style> 
ul:hover
{
	font-size:25px;
}
body 
{
	background-image:url(../pics/giphy.gif);
	background-size:cover;
}
</style>
<title> Don't leave </title>
<head> 

</head>
<body>
<ul style = "text-align:right"><a href ="../home.html">Back to home</a></ul>
</body>
</html>