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.
37 lines
1.0 KiB
HTML
37 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<title> @@@ilinx </title>
|
|
<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">
|
|
<style type="text/css">
|
|
body{
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<div class="draggable">
|
|
<img id="spiral" class="rotating" src="./img/spiral_w.png">
|
|
<div id="ilinx">
|
|
<h1 class="ilinx draggable">i</h1>
|
|
<h1 class="ilinx draggable">l</h1>
|
|
<h1 class="ilinx draggable">i</h1>
|
|
<h1 class="ilinx draggable">n</h1>
|
|
<h1 class="ilinx draggable">x</h1>
|
|
</div>
|
|
<div id="islands">
|
|
<p class="island draggable">thule</p>
|
|
<p class="island draggable">mu</p>
|
|
<p class="island draggable">lemuria</p>
|
|
<p class="island draggable">hyperborea</p>
|
|
</div>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="./drag.js"></script>
|
|
</body>
|
|
|
|
</html> |