diff --git a/public_html/index.html b/public_html/index.html
index 6a6b3da..dc03d92 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -1,11 +1,6 @@
-
-
-
-
-
@@ -14,28 +9,33 @@
-
-
-
-
+
+
+
+
- This website requires Javascript to function.
+ Loading content... (this website requires Javascript to function)
-
+
+
+
+
+
+
diff --git a/public_html/styles/shared.css b/public_html/styles/shared.css
index f557736..792b8fe 100644
--- a/public_html/styles/shared.css
+++ b/public_html/styles/shared.css
@@ -15,6 +15,10 @@ h1 {
font-weight: bold;
}
+h1 a {
+ color: inherit;
+}
+
h2 {
font-size: 16px;
font-weight: bold;
@@ -50,6 +54,11 @@ footer {
text-align: center;
}
+.noPadding {
+ padding-left: 0 !important;
+ padding-right: 0 !important;
+}
+
/* Up and Down Arrows */
.descend:after{
content: "\25B2";
diff --git a/public_html/submit.cgi b/public_html/submit.cgi
index ab2dfd6..43535c5 100755
--- a/public_html/submit.cgi
+++ b/public_html/submit.cgi
@@ -14,10 +14,10 @@ my $feedback = escapeHTML(CGI::param('feedback'));
my $message = Email::MIME->create();
$message->header_str_set(From => 'no-reply@krgamestudios.com');
-$message->header_str_set(To => 'kayneruse@gmail.com');
+$message->header_str_set(To => 'kruse@localhost');
$message->header_str_set(Subject => 'Mecha Feedback');
-$message->encoding_set('quoted-printable');
+#!$message->encoding_set('quoted-printable');
$message->charset_set('UTF-8');
$message->body_set($feedback);