We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbae48 commit d3877fdCopy full SHA for d3877fd
1 file changed
index.html
@@ -11,15 +11,6 @@
11
</head>
12
13
<body>
14
- Привет!!!
15
-
16
- <script>
17
- document.addEventListener('touchstart', function(event) {
18
- event.stopPropagation();
19
- });
20
- document.addEventListener('touchmove', function(event) {
21
22
23
- </script>
+ <div style="position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #303030;"></div>
24
</body>
25
</html>
0 commit comments