alicestrt
4 years ago
4 changed files with 47 additions and 6 deletions
@ -0,0 +1,18 @@ |
|||
<!doctype html> |
|||
<html> |
|||
<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> |
|||
<head> |
|||
<link rel="stylesheet" href="../static/css/style.css?q=1280549780"> |
|||
<title>Perspective A</title> |
|||
</head> |
|||
<body id="background_c"> |
|||
<div> |
|||
<h1>Perspective C</h1> |
|||
<div class="draggable"> |
|||
<img id="poem1" src="../static/images/poem.png" alt="poem"> |
|||
</div> |
|||
</div> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue