promo!
This commit is contained in:
parent
acbb58eb0a
commit
f7e53901f9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Автокорзина</title>
|
||||
<style>
|
||||
<style nonce="**MY_PRETTY_CSP_NONCE**">
|
||||
/* Базовые сбросы */
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
|
||||
body { background-color: #f5f7f8; display: flex; justify-content: center; align-items: flex-start; padding: 40px 20px; min-height: 100vh; }
|
||||
@ -531,6 +531,6 @@
|
||||
|
||||
<button id="cookie-accept">Хорошо</button>
|
||||
</div>
|
||||
<script src="autocart.js"></script>
|
||||
<script nonce="**MY_PRETTY_CSP_NONCE**" src="autocart.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user