diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/index.php b/index.php old mode 100644 new mode 100755 index 9e25423..0f45309 --- a/index.php +++ b/index.php @@ -1,23 +1,20 @@ - PHP Test + FightHub - Home + - Hello World

'; +
+

FightHub

+ + +
- // In the variables section below, replace user and password with your own MySQL credentials as created on your server - $servername = "localhost"; - $username = "fighthubuser"; - $password = "cC33dC8W"; - // Create MySQL connection - $conn = mysqli_connect($servername, $username, $password); - // Check connection - if it fails, output will include the error message - if (!$conn) { - die('

Connection failed:

' . mysqli_connect_error()); - } - echo '

Connected successfully

'; - ?> - + + + + + diff --git a/main.css b/main.css new file mode 100755 index 0000000..646afb1 --- /dev/null +++ b/main.css @@ -0,0 +1,34 @@ +body { + background-color: #1E1E1E; +} + + +form { + width: 100%; + height: 150px; + /* border: black solid 1px; */ + border-bottom: #727272 solid 2px; + +} + +.title-text { + float: left; + margin-top: 28px; + padding-right: 20px; + color: #FF3D53; + font-family: "Calibri"; + font-size: 50pt; +} +.search { + width: 60%; + padding: 10px; + font-size: 20px; + margin-top: 45px; +} + +.submit { + width: 150px; + padding: 10px; + font-size: 20px; + /* float: left; */ +} \ No newline at end of file diff --git a/old_index.html b/old_index.html old mode 100644 new mode 100755