Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
spbRusty authored Aug 26, 2024
1 parent 40b7050 commit ea5b8a9
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,6 @@
<title>Камень, Ножницы, Бумага</title>
<link rel="stylesheet" href="styles.css">
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<style>
/* Стили для ошибки */
.error-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
color: #fff;
font-size: 20px;
text-align: center;
padding: 20px;
box-sizing: border-box;
}
</style>
</head>
<body>
<div id="particles-js"></div>
Expand Down

0 comments on commit ea5b8a9

Please sign in to comment.