Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 2c0c8f9

Browse files
committed
Remove template tags from the HTML, add favicon
1 parent cc8dc69 commit 2c0c8f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

favicon.ico

33.3 KB
Binary file not shown.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta name="description" content="DevAssistant is a tool to make software developers' life easier" />
7-
<title>DevAssistant - {% block title %}{% endblock %}</title>
8-
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
7+
<title>DevAssistant is dead.</title>
8+
<link rel="icon" type="image/x-icon" href="favicon.ico">
99
<link href='http://fonts.googleapis.com/css?family=Spinnaker' rel='stylesheet' type='text/css'>
1010
</head>
1111

0 commit comments

Comments
 (0)