-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathincorrect.html
39 lines (39 loc) · 1.48 KB
/
incorrect.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
<html>
<head>
<?php
include "./scripts/php/html_incl.php";
head("Неправильно!", "style-login.css");
?>
</head>
<body align="center">
<br>
<h1>
В доступе отказано!<br>
</h1>
<br>
<script type="text/javascript" src="https://bialger.com/scripts/js/player.js">play('qa6om6qS2_s', 600, 380);</script>
<script type="text/javascript">
function play (vId, w, h) {
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
function onYouTubeIframeAPIReady() {
player = new YT.Player('video-placeholder', {
width: w, height: h,
playerVars: { 'autoplay': 1, 'loop': 1, 'playlist': vId, 'controls': 0, 'showinfo': 0, 'rel': 0},
videoId: vId,
});
}
}
play('qa6om6qS2_s', 600, 380);
</script>
<br>
<br>
<div class= "formdiv" align="center">
<form action="index.html" method="post">
<input type="submit" id="logon" class="logon" value="Попробовать снова">
</form>
</div>
</body>
</html>