Skip to content

Commit

Permalink
update html add the github
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiJingLong committed Aug 9, 2018
1 parent 72303f5 commit 615e39d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added web/github_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<body>
<div class="lang">
<a href="index_ch.html">中文</a>
<a href="https://github.com/caijinglong/json2dart">
<img src="github_logo.jpg" width="50px" />
</a>
</div>
<h1>simple use
<a href="https://pub.dartlang.org/packages/json_serializable" target="_blank">json_serializable</a>
Expand Down
3 changes: 3 additions & 0 deletions web/index_ch.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<body>
<div class="lang">
<a href="index.html">English</a>
<a href="https://github.com/caijinglong/json2dart">
<img src="github_logo.jpg" width="50px" />
</a>
</div>
<h1>为了便利使用
<a href="https://pub.dartlang.org/packages/json_serializable">json_serializable</a></h1>
Expand Down

0 comments on commit 615e39d

Please sign in to comment.