Skip to content

Commit

Permalink
Add title to official website #81
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpeng committed Sep 7, 2021
1 parent 4303836 commit 6e86069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added image/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>W-Components</title>
<style>
w-nav-part>div{
display:flex;
Expand Down Expand Up @@ -42,7 +43,7 @@
<w-nav-part width="fit" rwd-effect="hide" rwd-size="mobile">
<div>
<a href="https://github.com/Padax/w-components">
<img src="https://training.pada-x.com/images/ntu.png" width="30" height="30" />
<img src="image/title.png" />
</a>
</div>
</w-nav-part>
Expand Down

0 comments on commit 6e86069

Please sign in to comment.