-
Notifications
You must be signed in to change notification settings - Fork 13
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
Showing
41 changed files
with
24,891 additions
and
8,867 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
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
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
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
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 |
---|---|---|
@@ -1,8 +1,10 @@ | ||
@{ | ||
ViewData["Title"] = "Contact US"; | ||
} | ||
|
||
<h2>Contact US</h2> | ||
<address> | ||
Move to <a href="https://github.com/lianggx/TomatoLog" target="_blank">GitHub</a> report issue | ||
</address> | ||
<div class="jumbotron"> | ||
<h1 class="display-4">Contact US</h1> | ||
<p class="lead">lianggx@foxmail.com</p> | ||
<hr class="my-4"> | ||
<p>Click on the link below to contact us.</p> | ||
<a class="btn btn-primary btn-lg" href="https://github.com/lianggx/TomatoLog" role="button" target="_blank">github.com</a> | ||
</div> |
Oops, something went wrong.