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.
 
 
 
 
 
 
TU_Assignment/templates/index.html

13 lines
313 B

<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="utf-8">
<title>Assignment</title>
</head>
<body>
<p><b>nodes:</b> {{ nodes }}</p>
<p><b>edges:</b> {{ edges }}</p>
<div ></div>
<script src="{{ url_for('static', filename='js/canvas.js')}}"></script>
</body>
</html>