Add final touches
This commit is contained in:
parent
b1fd2f372f
commit
0429ea7f72
64 changed files with 576 additions and 444 deletions
6
src/page/background/blob.html.ts
Normal file
6
src/page/background/blob.html.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { html } from '../../framework/model/misc';
|
||||
import './background.scss';
|
||||
|
||||
export const generate = (): html => `
|
||||
<div class="background-element"></div>
|
||||
`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue