schmelczer-dev/src/page/timeline/timeline.html.ts
Schmelczer András a3f39c6179 Add cv
2020-01-18 22:48:19 +01:00

6 lines
183 B
TypeScript

import { html } from '../../framework/model/misc';
import './timeline.scss';
export const generate = (): html => `
<div id="timeline"></div> <!-- IE11 doesn't know <main> -->
`;