alicestrt
4 years ago
2 changed files with 27 additions and 0 deletions
@ -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> |
Loading…
Reference in new issue