diff --git a/htdocs/3step.html b/htdocs/3step.html
new file mode 100644
index 0000000000000000000000000000000000000000..e0d6f2c8bd2bdb4e9685f768fc81809e04b6bd85
--- /dev/null
+++ b/htdocs/3step.html
@@ -0,0 +1,60 @@
+
+
+
+ SUCS 3 Step Signup
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/htdocs/plaster-files/css/3step.css b/htdocs/plaster-files/css/3step.css
new file mode 100644
index 0000000000000000000000000000000000000000..ce1fec373683586deee5158a641a9e22804f5405
--- /dev/null
+++ b/htdocs/plaster-files/css/3step.css
@@ -0,0 +1,23 @@
+.jumbotron {
+ background-image: linear-gradient(to bottom left, #FA0, #f60);
+}
+
+.jumbotron img {
+ width: auto;
+ height: auto;
+ max-height: 12em;
+}
+
+h1 {
+ color: #fff;
+ font-weight: bold;
+}
+
+.btn-primary {
+ background-color: #f60;
+ border-color: #f60;
+}
+.btn-primary:hover {
+ background-color: #f80;
+ border-color: #f80;
+}
\ No newline at end of file
diff --git a/htdocs/pull.php b/htdocs/pull.php
index b70f210e288e51becce9df5767ea629b1a2df4a6..57ff895e0221ac31aec126a12b71abbafd4a5645 100644
--- a/htdocs/pull.php
+++ b/htdocs/pull.php
@@ -3,8 +3,8 @@
exec("cd ..; git reset --hard HEAD; git pull", $retArr, $retVal);
if ($retVal == 0) {
- print(ok);
- exit(0)
+ print("ok");
+ exit(0);
}
print("not ok\n");