learn iframe fixed flow and learn
This commit is contained in:
parent
d14b7d379b
commit
ffb8cc687b
@ -10,8 +10,8 @@ export default async function Page() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="w-full min-h-screen bg-black">
|
<main className="w-full h-screen bg-black">
|
||||||
<div className="w-full h-screen">
|
<div className="w-full h-full pt-16">
|
||||||
<iframe
|
<iframe
|
||||||
src="https://agilite.slm-lab.net/oidc/login"
|
src="https://agilite.slm-lab.net/oidc/login"
|
||||||
className="w-full h-full border-none"
|
className="w-full h-full border-none"
|
||||||
|
|||||||
@ -10,8 +10,8 @@ export default async function Page() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="w-full min-h-screen bg-black">
|
<main className="w-full h-screen bg-black">
|
||||||
<div className="w-full h-screen">
|
<div className="w-full h-full pt-16">
|
||||||
<iframe
|
<iframe
|
||||||
src="https://apprendre.slm-lab.net"
|
src="https://apprendre.slm-lab.net"
|
||||||
className="w-full h-full border-none"
|
className="w-full h-full border-none"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user