From 9d894d954f6d94054a5592af6ce6a6491e403076 Mon Sep 17 00:00:00 2001 From: ayamberkakienam <zackhardyz@gmail.com> Date: Sat, 30 Sep 2017 12:14:43 +0700 Subject: [PATCH] Create order.html --- root/css/main.css | 1 + root/order/order.html | 12 ++++++++++++ root/order/select_location.html | 9 +++++++++ 3 files changed, 22 insertions(+) create mode 100644 root/order/order.html diff --git a/root/css/main.css b/root/css/main.css index 765aff97..ffc2efa8 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 00000000..8914b2b4 --- /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 e69de29b..f211c87d 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 -- GitLab