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

@ -70,8 +70,10 @@ fn render_index(app_state: &AppState) -> String {
<html> <html>
<head> <head>
<title>"Ticker"</title> <title>"Ticker"</title>
<meta charset="utf-8" /> <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="stylesheet" title="Style" type="text/css" href="static/style.css"/>
<link rel="icon" type="image/png" href="static/favicon.png"/>
</head> </head>
<body> <body>
{ days.iter().map(|day| { { days.iter().map(|day| {

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B