diff --git a/order/complete_order.html b/order/complete_order.html index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d6d12cccf7560b357e12c5275ab62ff3e470601c 100755 --- a/order/complete_order.html +++ b/order/complete_order.html @@ -0,0 +1,5 @@ +<body> + <p> + complete order + </p> +</body> \ No newline at end of file diff --git a/order/order.html b/order/order.html index 8914b2b4976b8d4040e52b022d9e2b1ba5d16310..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/order/order.html +++ b/order/order.html @@ -1,12 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>U Wanna Call Me Beibh?</title> - <link rel="stylesheet" type="text/css" href="../css/main.css"> -</head> -<body> - <div class="frame"> - <p>test</p> - </div> -</body> -</html> \ No newline at end of file diff --git a/order/select_driver.html b/order/select_driver.html index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..32ffbe45f9c209fe776ba7e27870c54e6cd79997 100755 --- a/order/select_driver.html +++ b/order/select_driver.html @@ -0,0 +1,5 @@ +<body> + <p> + select driver + </p> +</body> \ No newline at end of file diff --git a/order/select_location.html b/order/select_location.html index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..44b5ca0243fde2923992bf5b8879a47420e3a1fa 100755 --- a/order/select_location.html +++ b/order/select_location.html @@ -0,0 +1,5 @@ +<body> + <p> + select location + </p> +</body> \ No newline at end of file