2023-09-19 15:21:08 +07:00
|
|
|
<div class="flex">
|
2023-09-20 15:37:07 +07:00
|
|
|
<div class="flex-1 flex-wrap bg-stone-200 p-8" id="log-disp">
|
|
|
|
|
<div id="log-dl"></div>
|
|
|
|
|
<p class="flex flex-wrap" id="log-disp-texts"> Display log here !</p>
|
2023-09-19 15:21:08 +07:00
|
|
|
</div>
|
|
|
|
|
<!-- Temporary remove log -->
|
2023-09-20 15:37:07 +07:00
|
|
|
<div class="flex-3 sticky top-0 bg-slate-700 h-screen justify-centers items-center">
|
2023-09-19 15:21:08 +07:00
|
|
|
<app-merge></app-merge>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|