diff options
-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 |