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.

18 lines
567 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>steam engine</title>
<script type="text/javascript" src="./arrays/steam_engine.js"></script>
<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>
<main class="movable draggable ui-draggable ui-draggable-handle" style="left: 525px; top: -190px;">
</main>
<script src="./drag_gen.js"></script>
</body>
</html>