<!doctype html> <html lang="en-us"> <head> <meta charset="utf-8"> <title>Train 5 | Casey Arcade</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="no robots, no-follow"/> <style> body { background-image: url("train5.jpg"); bakcground-repeat: no-repeat; background-size: cover; } </style> <link rel="stylesheet" type="text/css" href="exitbtn.css"> </head> <body> <a href="playground.html"><button class="exitbutton">Exit</button></a> <a href="train6.html"><button class="next">Next</button></a> </body> </html>