diff options
Diffstat (limited to 'frontend/src/app/_elements/reactive-background/reactive-background.component.html')
-rw-r--r-- | frontend/src/app/_elements/reactive-background/reactive-background.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/reactive-background/reactive-background.component.html b/frontend/src/app/_elements/reactive-background/reactive-background.component.html new file mode 100644 index 00000000..756952fb --- /dev/null +++ b/frontend/src/app/_elements/reactive-background/reactive-background.component.html @@ -0,0 +1 @@ +<canvas id="bgCanvas" width="200" height="200" style="position: fixed; z-index: -1;"></canvas>
\ No newline at end of file |