pl-fe: apparently this doesn't break stuff so i'll keep it

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-07 22:26:38 +01:00
parent 79bf3a8398
commit 6584031e0b

View File

@ -11,8 +11,7 @@
<script type="module" src="./src/main.tsx"></script> <script type="module" src="./src/main.tsx"></script>
<%- snippets %> <%- snippets %>
</head> </head>
<body class="theme-mode-light no-reduce-motion"> <body class="theme-mode-light no-reduce-motion" id="plfe">
<div id="plfe">
<div class="loading-indicator-wrapper"> <div class="loading-indicator-wrapper">
<div class="loading-indicator"> <div class="loading-indicator">
<div class="loading-indicator__container"> <div class="loading-indicator__container">
@ -20,7 +19,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<noscript>To use this website, please enable JavaScript.</noscript> <noscript>To use this website, please enable JavaScript.</noscript>
</body> </body>
</html> </html>