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.

26 lines
753 B
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">
</head>
<body>
<div class="draggable">
<img id="spiral" class="rotating" src="./img/spiral_b.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>
<script type="text/javascript" src="./drag.js"></script>
</body>
</html>