Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Feb 23, 2023
1 parent 661e1b0 commit 1bd3b81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 43 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
49 changes: 6 additions & 43 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,57 +1,20 @@
import Image from 'next/image'
import styles from './page.module.css'
import Image from 'next/image';
import styles from './page.module.css';

export default function Home() {
return (
<div className={styles.container}>
<main className={styles.main}>
<h1 className={styles.title}>
Welcome to <a href="https://nextjs.org">Next.js 13!</a>
</h1>
<h1 className={styles.title}>Welcome to GAMO MIQ</h1>

<p className={styles.description}>
Get started by editing{' '}
<code className={styles.code}>app/page.tsx</code>
Unleash the Power of Norwegian Search - All Engines in One Place!
</p>

<div className={styles.grid}>
<a href="https://beta.nextjs.org/docs" className={styles.card}>
<h2>Documentation &rarr;</h2>
<p>Find in-depth information about Next.js 13</p>
</a>

<a
href="https://github.com/vercel/next.js/tree/canary/examples"
className={styles.card}
>
<h2>Examples &rarr;</h2>
<p>Explore the Next.js 13 playground.</p>
</a>

<a
href="https://vercel.com/templates/next.js/app-directory?utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
className={styles.card}
>
<h2>Deploy &rarr;</h2>
<p>Deploy your Next.js site to a public URL with Vercel.</p>
</a>
</div>
</main>

<footer className={styles.footer}>
<a
href="https://vercel.com?utm_source=create-next-app&utm_medium=default-template&utm_campaign=create-next-app"
target="_blank"
rel="noopener noreferrer"
>
Powered by{' '}
<span className={styles.logo}>
<Image src="/vercel.svg" alt="Vercel Logo" width={72} height={16} />
</span>
</a>
Unleash the Power of Norwegian Search - All Engines in One Place!
</footer>
</div>
)
);
}

1 comment on commit 1bd3b81

@vercel
Copy link

@vercel vercel bot commented on 1bd3b81 Feb 23, 2023

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:

miq – ./

miq-sinamics.vercel.app
miq-ten.vercel.app
miq-git-main-sinamics.vercel.app

Please sign in to comment.