Commit 9efa433a by Tiarro Elprida Tamba

Upload New File

parent cca7217e
<template>
<div class="pesanan-sukses">
<Navbar />
<div class="container">
<div class="row justify-content-center mt-5">
<div class="col text-center">
<img src="../assets/images/menunggu.png" width="300" />
<h2><strong>Sukses!!</strong></h2>
<h4>Pesanan Anda segera diproses <br> Selamat Menunggu</h4>
</div>
</div>
</div>
</div>
</template>
<script>
import Navbar from "@/components/Navbar.vue";
export default {
name: "PesananSukses",
components: {
Navbar,
},
};
</script>
<style>
</style>
\ No newline at end of file
Markdown is supported
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