-
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
xzh
committed
Feb 21, 2024
1 parent
ceb8eb6
commit 387dfdf
Showing
3 changed files
with
44 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<html lang="zh-cn"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" type ="image/svg+xml" href="/favicon.svg" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
<meta name="generator" content = {Astro.generator} > | ||
<title>Astro</title> | ||
</head> | ||
<body> | ||
<a href="/ArtWebsite/">首页</a> | ||
<h1>我的 Astro 网站</h1> | ||
<h1>关于我</h1> | ||
<h2>……和我的新 Astro 网站!</h2> | ||
<p>我正在学习 Astro 的入门教程。这是我网站上的第二个页面,也是我自己建立的第一页面!</p> | ||
<p>随着我完成更多教程,该站点将更新,所以请继续查看我的旅程将如何进行吧!</p> | ||
</body> | ||
</html> |
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,16 @@ | ||
<html lang="zh-cn"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<link rel="icon" type ="image/svg+xml" href="/favicon.svg" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
<meta name="generator" content = {Astro.generator} > | ||
<title>Astro</title> | ||
</head> | ||
<body> | ||
<a href="/ArtWebsite/">首页</a> | ||
<a href="/ArtWebsite/about/">关于</a> | ||
<h1>我的 Astro 网站</h1> | ||
<h1>我的 Astro 学习博客</h1> | ||
<p>在这里,我将分享我的学习 Astro 之旅。</p> | ||
</body> | ||
</html> |
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