diff options
author | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2021-12-22 20:09:10 +0100 |
---|---|---|
committer | MayteApolix <83069108+MayteApolix@users.noreply.github.com> | 2021-12-22 20:09:10 +0100 |
commit | c193bb9bf6b2c4f5250f6d7abeaea215c5ebd4d4 (patch) | |
tree | 1df001c6da613c65e2049869573143116138f098 | |
parent | 8ef36d42f280d2caaf8f94e0067eb9b8419c3cef (diff) |
Test to see if the commits work properly
-rw-r--r-- | Assignment 1/splash.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Assignment 1/splash.html b/Assignment 1/splash.html index 56efbdb..f183e03 100644 --- a/Assignment 1/splash.html +++ b/Assignment 1/splash.html @@ -7,6 +7,15 @@ <title>Document</title> </head> <body> + <main> + + <section id="play_button"> + <form action="/play" method="get"> + <button type="submit">PLAY</button> + </form> + </section> + + </main> </body> </html>
\ No newline at end of file |