Hybrid Publishing hybrid publication of the project Volitional Volutions of the Volatile Waters
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<style>
|
|
|
|
.draggable {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<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>
|
|
|
|
<script src="../static/js/draggable.js"></script>
|
|
|
|
<link href="../static/css/style.css" rel="stylesheet" type="text/css">
|
|
|
|
<head>
|
|
|
|
<title>PerspectiveB</title>
|
|
|
|
<h1>VVVW - PerspectiveB</h1>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="draggable">
|
|
|
|
<img src="../static/images/test1.jpeg" width='500px' alt="test">
|
|
|
|
</div>
|
|
|
|
<div class="draggable">
|
|
|
|
<img src="../static/images/test2.jpeg" width='500px' alt="test">
|
|
|
|
</div>
|
|
|
|
<div class="draggable">
|
|
|
|
<img src="../static/images/test3.jpeg" width='500px' alt="test">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|