Skip to content
Snippets Groups Projects
Commit 9f611890 authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Menambahkan elemen - elemen utama order.html

parent 5b6fa62f
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
<!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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment