初始化提交
BIN
mengyaprofile-frontend/public/background/image1.png
Normal file
|
After Width: | Height: | Size: 4.0 MiB |
BIN
mengyaprofile-frontend/public/background/image2.png
Normal file
|
After Width: | Height: | Size: 6.5 MiB |
BIN
mengyaprofile-frontend/public/background/image3.png
Normal file
|
After Width: | Height: | Size: 6.6 MiB |
BIN
mengyaprofile-frontend/public/background/image4.png
Normal file
|
After Width: | Height: | Size: 822 KiB |
BIN
mengyaprofile-frontend/public/background/image5.png
Normal file
|
After Width: | Height: | Size: 3.7 MiB |
BIN
mengyaprofile-frontend/public/background/image6.png
Normal file
|
After Width: | Height: | Size: 6.3 MiB |
BIN
mengyaprofile-frontend/public/background/image7.png
Normal file
|
After Width: | Height: | Size: 977 KiB |
BIN
mengyaprofile-frontend/public/favicon.ico
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
30
mengyaprofile-frontend/public/index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#667eea" />
|
||||
<meta
|
||||
name="description"
|
||||
content="萌芽主页 - Full-Stack / Backend / DevOps"
|
||||
/>
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>萌芽主页</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<!--
|
||||
This HTML file is a template.
|
||||
If you open it directly in the browser, you will see an empty page.
|
||||
|
||||
You can add webfonts, meta tags, or analytics to this file.
|
||||
The build step will place the bundled scripts into the <body> tag.
|
||||
|
||||
To begin the development, run `npm start` or `yarn start`.
|
||||
To create a production bundle, use `npm run build` or `yarn build`.
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
BIN
mengyaprofile-frontend/public/logo192.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
mengyaprofile-frontend/public/logo512.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
25
mengyaprofile-frontend/public/manifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
3
mengyaprofile-frontend/public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||