<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>replit</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="dropdown"> <button class="dropbtn">Menu</button> <div class="dropdown-content"> <a href="https://index-1.hebbaraarush105.repl.co/">HomePage</a> <a href="https://contactushtml.hebbaraarush105.repl.co/">AboutUs</a> <a href="https://arcade-games.hebbaraarush105.repl.co/">Arcade Games</a> </div> </div> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Game On! Arcade</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"> <link rel="stylesheet" href="style.css"> </head> <body> <header id="home"> <h1>Welcome to Game On!</h1> <p>Your number one spot for fun arcade games.</p> </header> <section id="about"> <h2>About Us</h2> <p>Game On! was founded by Aarush and Siddharth. Our mission is to provide an awesome arcade gaming experience for players of all ages.</p> </section> <section id="games"> <h2>Our Games</h2> <div class="game-list"> </div> </section> <footer id="contact"> <p>3330 Quimby Rd, San Jose | <a href="mailto:aarush.hebbar@gmail.com" target="_blank">aarush.hebbar@gmail.com</a> | 555-GAME-ON</p> <p>© Game On Arcade</p> </footer> </body> </html> </body> </html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter