version fix
This commit is contained in:
@@ -65,8 +65,8 @@
|
||||
</style>
|
||||
|
||||
<!-- Load full CSS asynchronously with fallback -->
|
||||
<link rel="stylesheet" href="style.css?v=3" media="print" onload="this.media='all';this.onload=null">
|
||||
<noscript><link rel="stylesheet" href="style.css?v=3"></noscript>
|
||||
<link rel="stylesheet" href="style.css?v=VERSION" media="print" onload="this.media='all';this.onload=null">
|
||||
<noscript><link rel="stylesheet" href="style.css?v=VERSION"></noscript>
|
||||
|
||||
<!-- Load Telegram script asynchronously (defer) -->
|
||||
<script src="https://telegram.org/js/telegram-web-app.js" defer></script>
|
||||
@@ -203,6 +203,6 @@
|
||||
</div>
|
||||
|
||||
<!-- Load app script with defer for better performance -->
|
||||
<script src="dist/script.js?v=3" defer></script>
|
||||
<script src="dist/script.js?v=VERSION" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user