serve: add favicon

This commit is contained in:
Astro 2020-10-27 17:35:44 +01:00
parent 72d4a34015
commit 0a1ce19179
2 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ fn render_index(app_state: &AppState) -> String {
<head>
<title>"Ticker"</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" title="Style" type="text/css" href="static/style.css"/>
<link rel="icon" type="image/png" href="static/favicon.png"/>
</head>
<body>
{ days.iter().map(|day| {

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B