Skip to content

Commit d3877fd

Browse files
authored
Update index.html
1 parent 0bbae48 commit d3877fd

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@
1111
</head>
1212

1313
<body>
14-
Привет!!!
15-
16-
<script>
17-
document.addEventListener('touchstart', function(event) {
18-
event.stopPropagation();
19-
});
20-
document.addEventListener('touchmove', function(event) {
21-
event.stopPropagation();
22-
});
23-
</script>
14+
<div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #303030;"></div>
2415
</body>
2516
</html>

0 commit comments

Comments
 (0)