<!Doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="design.css"/> <title> Choose Your Own Adventure </title> </head> <body> <div id = "container"> <div id = "header"> <h1> CHOOSE YOUR OWN ADVENTURE!</h1> <div id = "play"> <a href="start.html"> <img src = "play-button.png" style="width:150px;height:150px;" /></a> <div id = "content"> </div> </body> </html>