Skip to content

Commit

Permalink
add an icon for the web.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyqin committed Mar 15, 2017
1 parent b325957 commit deb7699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added web/static/favicon.ico
Binary file not shown.
7 changes: 5 additions & 2 deletions web/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Welcome to Xmind2TestLink</title>
<link rel="shortcut icon" href="{{ url_for('static',filename='favicon.ico') }}" type="image/x-icon"/>
<link rel="stylesheet" type="text/css" media="all" href="{{ url_for('static',filename='css/style.css') }}">
<script type="application/x-javascript"> addEventListener("load", function () {
setTimeout(hideURLbar, 0);
Expand All @@ -28,9 +29,11 @@ <h1>Xmind to TestLink</h1>
{% endblock %}
</div>
<div class="copyright">
<p><a href="https://github.com/tobyqin/xmind2testlink/blob/master/README.md">How To Use</a> |
<p>
<a href="https://github.com/tobyqin/xmind2testlink/blob/master/README.md">How To Use</a> |
<a href="https://github.com/tobyqin/xmind2testlink/issues/new">Report Issue</a> | Copyright &copy; 2017
<a href="https://github.com/ggqq">Toby Qin</a></p>
<a href="https://github.com/ggqq">Toby Qin</a>
</p>
</div>
</div>

Expand Down

0 comments on commit deb7699

Please sign in to comment.