diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..d036d1b --- /dev/null +++ b/index.php @@ -0,0 +1,36 @@ +<!doctype html> +<html> + <head> + <meta charset="UTF-8"> + <link rel="stylesheet" type="text/css" href="/style.css"> + <title>ARFNET CSTIMS</title> + </head> + <body> + <header><a href="https://arf20.com/"> + <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span> + </a></header> + <hr> + <main> + <div class="row"> + <div class="col1"> + <h2 class="center">ARFNET Client Service Ticket and Invoice Management System</h2> + <p>State of the art hosting solution with ultra personalised service</p> + <div class="row"> + <div class="col"> + <h3>Our cutting edge datacenter</h3> + <img class="img" src="/rack.jpg"><br> + </div> + <div class="col"> + <h3>Services and plans</h3> + <!-- TODO PHP list of services --> + </div> + </div> + </div> + <div class="col2"> + <h3><a href="/login.php">Login</h2> + <h3><a href="/register.php">Sign up today!</h2> + </div> + </div> + </main> + </body> +</html>
\ No newline at end of file |