You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
11 lines
420 B
11 lines
420 B
@extends("layout") |
|
|
|
@section("content") |
|
<div class="flex flex-col w-3/4 mx-auto mt-2 pt-10 h-full"> |
|
<h1 class="px-3 text-[3rem] font-semibold">Demo</h1> |
|
<div class="rounded-3xl overflow-hidden w-full h-3/4 mt-2 shadow-sm shadow-gray-950"> |
|
<iframe src="https://tour.panoee.net/natadesa-endek/62621a50118202256c6ab134" class="w-full h-full"></iframe> |
|
</div> |
|
</div> |
|
@endsection |
|
|
|
|