-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import Meta from '../components/Meta' | ||
|
||
export default function Home() { | ||
const url = "https://docs.google.com/forms/d/e/1FAIpQLScqSmLcFroZlAlvWXl7roBbLBR_GQFEk3xsMrNe_8LtOZzeHg/viewform?embedded=true" | ||
return ( | ||
<> | ||
<Meta title="Check In" /> | ||
|
||
<div className="h-auto"> | ||
{/* <h1 className="mb-1 px-5 text-4xl font-semibold p-2 border-slate-400 border-b">ECRCHS Calendar</h1> */} | ||
<div className=""> | ||
<iframe className="w-full h-[calc(100vh_-_8.5rem)]" src={url}></iframe> | ||
</div> | ||
</div> | ||
</> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import Meta from '../components/Meta' | ||
// import Script from 'next/script' | ||
|
||
export default function Home() { | ||
const url = "https://ecrchs.instatus.com/" | ||
return ( | ||
<> | ||
<Meta title="Status" /> | ||
{/* <Script src="https://ecrchs.instatus.com/widget/script.js" /> */} | ||
|
||
<div className="h-auto"> | ||
{/* <h1 className="mb-1 px-5 text-4xl font-semibold p-2 border-slate-400 border-b">ECRCHS Calendar</h1> */} | ||
<div className=""> | ||
<iframe className="w-full h-[calc(100vh_-_8.5rem)] rounded-3xl" src={url}></iframe> | ||
</div> | ||
</div> | ||
</> | ||
) | ||
} |
fa07c31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
myecr – ./
myecr-git-main-bash.vercel.app
myecr.vercel.app
myecr-bash.vercel.app