-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 1.04 KB
/
index.html
1
<!DOCTYPE html><html lang="en" dir="ltr"><head><meta charset="utf-8"><title>Simon Game</title><link rel="stylesheet" href="styles.css"><link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet"><link href="https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap" rel="stylesheet"></head><body><h1 id="title">Simon Game</h1><a href="rules.html" class="button">Rules</a><h1 id="level-title">Press Any Key to Start</h1><div class="container"><div lass="row"><div type="button" id="green" class="btn green"></div><div type="button" id="red" class="btn red"></div></div><div class="row"><div type="button" id="yellow" class="btn yellow"></div><div type="button" id="blue" class="btn blue"></div></div></div><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><script src="game.js" charset="utf-8"></script><footer><p class="footerclass">Made with ❤️ and some code<br/></br></> <a href="https://harshsinghal.me" target="_blank">Harsh Vardhan Singhal</a></p></footer></body></html>