This commit is contained in:
Zakhar 2026-08-28 09:49:16 +03:00
parent 037681b463
commit b6aa427d6f

View File

@ -28,6 +28,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script nonce="**MY_PRETTY_CSP_NONCE**" type="module" src="/src/main.tsx"></script>
</body> </body>
</html> </html>