Add favicon support
This commit is contained in:
parent
dbb48fbde6
commit
29e1546eb2
27 changed files with 92 additions and 109 deletions
6
src/page/timeline/timeline.html.ts
Normal file
6
src/page/timeline/timeline.html.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { html } from "../../model/misc";
|
||||
import "./timeline.scss";
|
||||
|
||||
export const generate = (): html => `
|
||||
<main id="timeline"></main>
|
||||
`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue