Skip to content

Commit b8af62e

Browse files
committed
Updates
0 parents  commit b8af62e

10 files changed

Lines changed: 96 additions & 0 deletions

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

assets/index-DKdpSklY.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-DseZ_RBt.js

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/macblog-7Z_QM3VG.png

27.2 KB
Loading

assets/macideas-Ch0mbON0.png

112 KB
Loading

assets/maclearn-C6zBWtil.png

24.4 KB
Loading

assets/mactools-Co23Czov.png

135 KB
Loading

assets/macvg-DIPINf41.png

101 KB
Loading

index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<script
5+
async
6+
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5598129470490010"
7+
crossorigin="anonymous"
8+
></script>
9+
<meta charset="UTF-8" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11+
<title>Home | MacWeb</title>
12+
<link rel="shortcut icon" href="/logo.png" type="image/x-icon" />
13+
<link rel="preconnect" href="https://fonts.googleapis.com" />
14+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
15+
<link href="https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap" rel="stylesheet" />
16+
<script type="module" crossorigin src="/assets/index-DseZ_RBt.js"></script>
17+
<link rel="stylesheet" crossorigin href="/assets/index-DKdpSklY.css">
18+
</head>
19+
<body>
20+
<div id="root"></div>
21+
</body>
22+
</html>

logo.png

7.64 KB
Loading

0 commit comments

Comments
 (0)