Created
March 15, 2021 11:02
-
-
Save Watreni/67ff2ca70c4b174f043d8bf66e0cbd47 to your computer and use it in GitHub Desktop.
oNYVQVZ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Server BMW</title> | |
<div style="position: absolute; | |
vertical-align: top; | |
text-align: left; | |
top: 0px; | |
left: 0px;"> | |
<img src="https://i.imgur.com/KBU8lZM.png" width="500" height="500" title="Server BMW-x6" /></a> | |
</div> | |
<div style="position: absolute; | |
vertical-align: top; | |
text-align: center; | |
font-family: Verdana, Geneva, sans-serif; | |
color: #DF0101; | |
font-size: 14px; | |
font-style: vedrana; | |
font-weight: bold; | |
text-shadow: 2px 2px 2px #000; | |
top: 360px; | |
left: 218px;"> | |
<center> | |
<script> | |
function startTime() { | |
var today = new Date(); | |
var h = today.getHours(); | |
var m = today.getMinutes(); | |
var s = today.getSeconds(); | |
m = checkTime(m); | |
s = checkTime(s); | |
document.getElementById('txt').innerHTML = | |
h + ":" + m + ":" + s; | |
var t = setTimeout(startTime, 500); | |
} | |
function checkTime(i) { | |
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10 | |
return i; | |
} | |
</script> | |
</head> | |
<body onload="startTime()"> | |
<div id="txt"></center></div> | |
<div style="position: absolute; | |
vertical-align: top; | |
text-align: left; | |
top: 165px; | |
left: 199px;"> <img src="https://i.imgur.com/m7cHCiD.gif" width="100" height="100" title="Server BMW" /></a></div> | |
<div style="position: absolute; | |
vertical-align: top; | |
text-align: left; | |
top: 292px; | |
left: 197px;"> | |
<script type="text/javascript" src="https://hosted.muses.org/mrp.js"></script> | |
<script type="text/javascript"> | |
MRP.insert({ | |
'url':'http://stream.zeno.fm/sygrgm2hsg8uv', | |
'codec':'mp3', | |
'volume':100, | |
'autoplay':true, | |
'jsevents':true, | |
'buffering':7, | |
'title':'On Line', | |
'welcome':'Pozdrav svima', | |
'wmode':'transparent', | |
'skin':'tandem-115', | |
'width':115, | |
'height':25 | |
}); | |
</script> | |
</div> | |
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<script type="text/javascript"> | |
$(function() { | |
$(this).bind("contextmenu", function(e) { | |
e.preventDefault(); | |
}); | |
}); | |
</script> | |
<script type="text/JavaScript"> | |
function killCopy(e){ return false } | |
function reEnable(){ return true } | |
document.onselectstart=new Function ("return false"); | |
if (window.sidebar) | |
{ | |
document.onmousedown=killCopy; | |
document.onclick=reEnable; | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment