diff options
author | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2021-12-22 20:09:36 +0100 |
---|---|---|
committer | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2021-12-22 20:09:36 +0100 |
commit | 3d069b8652b4ccee90ea865c8a268d792e2381be (patch) | |
tree | e4628d7d411b8d437cd3a3aeb7811521419c3817 | |
parent | c193bb9bf6b2c4f5250f6d7abeaea215c5ebd4d4 (diff) |
remoev play button that doesn't actually do anything
-rw-r--r-- | Assignment 1/splash.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Assignment 1/splash.html b/Assignment 1/splash.html index f183e03..1e53733 100644 --- a/Assignment 1/splash.html +++ b/Assignment 1/splash.html @@ -9,12 +9,6 @@ <body> <main> - <section id="play_button"> - <form action="/play" method="get"> - <button type="submit">PLAY</button> - </form> - </section> - </main> </body> |