vvvw/templates/perspectiveB.html
2020-09-08 16:47:59 +02:00

20 lines
325 B
HTML

<!doctype html>
<html>
<style>
#draggable {
position: absolute;
}
</style>
<head>
<title>PerspectiveB</title>
<h1>VVVW - PerspectiveB</h1>
</head>
<body>
<div id="draggable">
<img src="../static/images/test1.jpeg" width='500px' alt="test">
</div>
<script src="../static/js/draggable.js"></script>
</body>
</html>