feat: refactoring notification window

This commit is contained in:
Zamitto 2024-10-02 18:01:58 -03:00
parent d5b1bcdc7f
commit beaa919c80
7 changed files with 17 additions and 15 deletions

View file

@ -9,7 +9,7 @@
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: local: *; media-src 'self' local: data: *;"
/>
</head>
<body style="background-color: #1c1c1c">
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>