-
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.
Merge pull request #2 from tgx1587900660/dev_html
Add index.html and xiao.ico files
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 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,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="keywords" content="唐干宵 的导航, telectron 的导航, 谭竿霄 的导航" /> | ||
<meta name="description" content="唐干宵 的导航, telectron 的导航, 谭竿霄 的导航" /> | ||
<link rel="icon" type="image/ico" sizes="32x32" href="./xiao.ico" /> | ||
<title>telectron 的导航</title> | ||
</head> | ||
<body> | ||
<ul> | ||
<li><a href="../src/html/01.乱数假文lorem.html">01.乱数假文lorem.html</a></li> | ||
<li><a href="../src/JavaScript/01.js为什么会阻塞渲染.html">01.js为什么会阻塞渲染.html</a></li> | ||
<li><a href="../src/css/01.横向滚动列表.html">01.横向滚动列表.html</a></li> | ||
<li><a href="../src/css/02.横向滚动列表-点击轮播.html">02.横向滚动列表-点击轮播.html</a></li> | ||
<li><a href=""></a></li> | ||
</ul> | ||
</body> | ||
</html> |
Binary file not shown.