Add favicon support

This commit is contained in:
Schmelczer András 2019-12-23 17:36:43 +01:00
parent dbb48fbde6
commit 29e1546eb2
27 changed files with 92 additions and 109 deletions

View file

@ -0,0 +1,6 @@
import { html } from "../../model/misc";
import "./timeline.scss";
export const generate = (): html => `
<main id="timeline"></main>
`;