You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.9 KiB
HTML

4 years ago
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title> @@@ilinχ </title>
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body onLoad="popup('./track.html', 'track')">
<div id="chaos" class="draggable">
<!-- ----------------- SPACE ------------------ -->
<div id="space">
<p class="draggable">
4 years ago
Some day the piecing together of dissociated knowledge will open up a new reality. A glimpse of truth, flashed out from an accidental chaos, and certainly, if I live, I must knowingly supply a link in so impossible chain...<br>
Ilinx is the way you can go but isnt the real way.<br>
Ilinx is the name you can say but isnt the real name. </p>
4 years ago
<div id="lmr" >
<span id="port"class="places draggable"><a class="place" href="" target="_blank"><span class="inner">port 80</span></a></span>
<svg width="1000" height="1000" viewBox="-500 -500 1000 1000">
<circle class="city" cx="178.55335042851956" cy="-77.95983699160745" r="20" style="fill: white;"></circle>
</svg>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="../scripts/drag.js"></script>
<script type="text/javascript">
//AUDIO POP UP
function popup(mylink, windowname) {
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string') href=mylink;
else href=mylink.href;
window.open(href, windowname, 'width=250, height=100, top=200, left=200, scrollbars=no,location=no,menubar=no,resizable=no,');
return false;
}
$(".ilinx, .island, .place").mouseenter(function() {
$("#sound-" + Math.ceil(Math.random() * 24))[0].play();
});
</script>
</body>
</html>