debug: body onload alert + inline alert
This commit is contained in:
parent
6449e96452
commit
0ca54f014d
@ -6,7 +6,7 @@
|
||||
<title>QAZAQtelecom HSE — План ПБ 2026</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body onload="init()" style="margin:0">
|
||||
<body onload="alert('page loaded')" style="margin:0">
|
||||
<div id="login"><div>
|
||||
<h1><span>QAZAQtelecom</span> HSE</h1>
|
||||
<p>План производственной безопасности 2026</p>
|
||||
@ -176,6 +176,6 @@
|
||||
<button class="btn btn-sm btn-g" onclick="addUser()">Зарегистрировать</button>
|
||||
</div></div></div>
|
||||
<script src="script.js"></script>
|
||||
<script>alert("HTML loaded");</script>
|
||||
<script>alert("inline works");</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user