diff --git a/order/order.html b/order/order.html
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ada3b1e265436edc4f80f556c9b746ec7494caf8 100644
--- a/order/order.html
+++ b/order/order.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+<head>
+	<title>U Wanna Call Me Beibh?</title>
+	<link rel="stylesheet" type="text/css" href="../css/main.css">
+	<link rel="stylesheet" type="text/css" href="../css/order.css">
+</head>
+<body>
+	<div class="frame" id="container">
+		<div class="button" id="first">
+			<input type="button" name="select_location" onclick="setURL('select_location.html')" >
+		</div>
+		<div class="button" id="second">
+			<input type="button" name="select_driver" onclick="setURL('select_driver.html')">
+		</div>
+		<div class="button" id="third">
+			<input type="button" name="complete_order" onclick="setURL('complete_order.html')">
+		</div>
+
+		<iframe id="content_iframe" src=""/>
+	</div>
+</body>
+</html>
\ No newline at end of file