-
Notifications
You must be signed in to change notification settings - Fork 0
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
github
committed
Mar 19, 2023
1 parent
4b5bb14
commit 4287673
Showing
8 changed files
with
86 additions
and
14 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
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
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,24 @@ | ||
import Head from 'next/head' | ||
import { Header } from '/components/header/header' | ||
import Contents from '/components/contents/contents' | ||
import { Footer } from '/components/footer/footer' | ||
import { Breadcrumbs } from '/components/breadcrumbs/breadcrumbs' | ||
|
||
export default function Home() { | ||
return ( | ||
<> | ||
<Head> | ||
<title>Site Design</title> | ||
<meta name="description" content="Generated by create next app" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
</Head> | ||
|
||
< Header /> | ||
< Breadcrumbs page="About >"/> | ||
<Contents /> | ||
< Footer /> | ||
|
||
</> | ||
) | ||
} |
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,24 @@ | ||
import Head from 'next/head' | ||
import { Header } from '/components/header/header' | ||
import Contents from '/components/contents/contents' | ||
import { Footer } from '/components/footer/footer' | ||
import { Breadcrumbs } from '/components/breadcrumbs/breadcrumbs' | ||
|
||
export default function Home() { | ||
return ( | ||
<> | ||
<Head> | ||
<title>Site Design</title> | ||
<meta name="description" content="Generated by create next app" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
</Head> | ||
|
||
< Header /> | ||
< Breadcrumbs page="News >"/> | ||
<Contents /> | ||
< Footer /> | ||
|
||
</> | ||
) | ||
} |
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,24 @@ | ||
import Head from 'next/head' | ||
import { Header } from '/components/header/header' | ||
import Contents from '/components/contents/contents' | ||
import { Footer } from '/components/footer/footer' | ||
import { Breadcrumbs } from '/components/breadcrumbs/breadcrumbs' | ||
|
||
export default function Home() { | ||
return ( | ||
<> | ||
<Head> | ||
<title>Site Design</title> | ||
<meta name="description" content="Generated by create next app" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
</Head> | ||
|
||
< Header /> | ||
< Breadcrumbs page="Service >"/> | ||
<Contents /> | ||
< Footer /> | ||
|
||
</> | ||
) | ||
} |
4287673
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:
react-site – ./
react-site-git-main-suzusou.vercel.app
react-site-suzusou.vercel.app
react-site-weld.vercel.app