diff --git a/root/css/main.css b/root/css/main.css index 765aff973b0281411df2de9670b38d87929a187f..ffc2efa8d5182dfab1f6c74551ea7133c13a4163 100644 --- a/root/css/main.css +++ b/root/css/main.css @@ -8,6 +8,7 @@ body { border-radius: 25px; background-color: rgb(92,88,138); margin: 50px auto; + width: 400px; } #login_frame { diff --git a/root/order/order.html b/root/order/order.html new file mode 100644 index 0000000000000000000000000000000000000000..8914b2b4976b8d4040e52b022d9e2b1ba5d16310 --- /dev/null +++ b/root/order/order.html @@ -0,0 +1,12 @@ +<!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/root/order/select_location.html b/root/order/select_location.html index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f211c87d5d057a163af573332a643927e16ef097 100644 --- a/root/order/select_location.html +++ b/root/order/select_location.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title></title> +</head> +<body> + +</body> +</html> \ No newline at end of file