-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblurevent.html
44 lines (44 loc) · 2.12 KB
/
blurevent.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="blurevent.js"></script>
<header class="bd-header sticky-xl-top">
<div class="d-flex flex-row bg-primary p-1 border border-dark">Hee</div>
</header>
<aside class="bd-aside">
<div class="position-fixed start-0 h-100 bg-dark text-light py-3 px-5" style="width: 10%">Text </div>
</aside>
<div class="modal fade " id="cheatDetection" tabindex="-1" aria-labelledby="cheatDetectionHeader" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="cheatDetectionHeader">Обнаружение подозрительных действий</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Обнаружено читерство! Вы выгнаны!</p>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" data-bs-dismiss="modal">Выход</button>
</div>
</div>
</div>
</div>
<div class="container-fluid h-100 bg-light" style="padding-left:11%;width:100%">
<div class="alert alert-warning">
<strong>Внимание!</strong> Не переключать вкладки!
</div>
<article>
<h1>Это заголовок</h1>
<p>Это сайт</p>
</article>
</div>
</main>
</body>
</html>