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.
45 lines
1.7 KiB
HTML
45 lines
1.7 KiB
HTML
<!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">
|
|
Some day the piecing together of dissociated knowledge will open up a new reality. A glimpse of truth, flashed out from an accidental chaos. </p>
|
|
<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> |