diff --git a/board.php b/board.php index cd68705..f16dadc 100644 --- a/board.php +++ b/board.php @@ -14,16 +14,26 @@
+ +

Board

+ + - +
+ +
+
+ +
+
-

Board

diff --git a/css/stylesheet.css b/css/stylesheet.css index 38c17ed..660e44b 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -1,11 +1,11 @@ -body { +body { font-family:sans-serif; width:50%; margin-left:auto; margin-right:auto; } -p { +p { font-size:medium; font-family:sans-serif; font-weight:normal; diff --git a/dbh.php b/dbh.php new file mode 100644 index 0000000..7f3b067 --- /dev/null +++ b/dbh.php @@ -0,0 +1,12 @@ + + +$conn = mysqli_connect("localhost:4022", "root", "password", "login"); + + +if (!$conn){ + die("Connection failed:".mysqli_connect_error()); +} +?> + diff --git a/index.php b/index.php index ea2b1dd..3a5f88e 100644 --- a/index.php +++ b/index.php @@ -14,16 +14,30 @@
+ +

Home

+ +
-

Home

diff --git a/signup.php b/signup.php new file mode 100644 index 0000000..ab5db3b --- /dev/null +++ b/signup.php @@ -0,0 +1,18 @@ + + + diff --git a/ticket.php b/ticket.php index 4ec99ad..65f25af 100644 --- a/ticket.php +++ b/ticket.php @@ -14,6 +14,10 @@
+ +

Ticket

+ +
-

Ticket