From 3d069b8652b4ccee90ea865c8a268d792e2381be Mon Sep 17 00:00:00 2001
From: MayteApolix <83069108+MayteApolix@users.noreply.github.com>
Date: Wed, 22 Dec 2021 20:09:36 +0100
Subject: remoev play button that doesn't actually do anything

---
 Assignment 1/splash.html | 6 ------
 1 file changed, 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>
-- 
cgit v1.2.3