添加公安备案图标
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import Head from "next/head";
|
import Head from "next/head";
|
||||||
|
import Image from "next/image";
|
||||||
import styles from "../styles/Home.module.css";
|
import styles from "../styles/Home.module.css";
|
||||||
import Background from "../components/Background";
|
import Background from "../components/Background";
|
||||||
|
import beiantubaioImage from "../public/images/beiantubiao.webp";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
Box,
|
Box,
|
||||||
@@ -79,6 +81,18 @@ function MyApp({ Component, pageProps }) {
|
|||||||
>
|
>
|
||||||
<Typography variant="body1">粤ICP备2022033906号-1</Typography>
|
<Typography variant="body1">粤ICP备2022033906号-1</Typography>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
|
<Link
|
||||||
|
target="_blank"
|
||||||
|
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=44049102496865"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
>
|
||||||
|
<div>
|
||||||
|
<Image src={beiantubaioImage} height={16} width={16} />
|
||||||
|
<span>粤公网安备 44049102496865号</span>
|
||||||
|
</div>
|
||||||
|
</Link>
|
||||||
|
|
||||||
<Typography variant="body1">使用 Next.js 构建</Typography>
|
<Typography variant="body1">使用 Next.js 构建</Typography>
|
||||||
</footer>
|
</footer>
|
||||||
</Container>
|
</Container>
|
||||||
|
|||||||
BIN
public/images/beiantubiao.webp
Normal file
BIN
public/images/beiantubiao.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 496 B |
Reference in New Issue
Block a user