nglk
4 years ago
4 changed files with 35 additions and 0 deletions
Binary file not shown.
@ -0,0 +1,23 @@ |
|||
<!doctype html> |
|||
<html> |
|||
<style> |
|||
#draggable { |
|||
position: absolute; |
|||
} |
|||
</style> |
|||
<head> |
|||
<title>Hello from Flask</title> |
|||
{% if name %} |
|||
<h1>Hello {{ name }}!</h1> |
|||
{% else %} |
|||
<h1>VVVW</h1> |
|||
{% endif %} |
|||
</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> |
@ -0,0 +1,9 @@ |
|||
<!doctype html> |
|||
<html> |
|||
<head> |
|||
<title>Perspective A</title> |
|||
</head> |
|||
<body> |
|||
<h1>persssss</h1> |
|||
</body> |
|||
</html> |
Loading…
Reference in new issue