diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-15 22:28:01 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-15 22:28:01 +0100 |
commit | ecdcfff2460db708ae4b471140335ce47aaaf54b (patch) | |
tree | ac39f984b8a291107bc024c06b766fb5df524825 /index.php | |
parent | 2705e4a140918cfc5afad306afccdd6cc49475da (diff) | |
download | arfnet2-cstims-ecdcfff2460db708ae4b471140335ce47aaaf54b.tar.gz arfnet2-cstims-ecdcfff2460db708ae4b471140335ce47aaaf54b.zip |
Landing page and fixed register problems
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 |