From 9f21f139be523261892286b31eff3f8e9ad4c1b3 Mon Sep 17 00:00:00 2001 From: Eoghan Conlon Date: Fri, 9 Jun 2023 11:22:30 +0100 Subject: [PATCH] Sign-up form's elements added, but not laid out properly --- SignUp/index.html | 18 ++++++++++++++++++ SignUp/temp_success.html | 17 +++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 SignUp/temp_success.html diff --git a/SignUp/index.html b/SignUp/index.html index 20c0a3c..0ea0a05 100644 --- a/SignUp/index.html +++ b/SignUp/index.html @@ -5,6 +5,24 @@ Skynet Sign-up +

Sign-up

+

+ Welcome to the Skynet sign-up tool. Below is the form to fill out to get your free Skynet account provided that you + are a current member of the UL Computer Society. Please fill out your details below. +

+
+ + + + + + + + + + + +
diff --git a/SignUp/temp_success.html b/SignUp/temp_success.html new file mode 100644 index 0000000..b5a7397 --- /dev/null +++ b/SignUp/temp_success.html @@ -0,0 +1,17 @@ + + + + + + Skynet Sign-up + + +SUCCESS!! + + + + \ No newline at end of file