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.
14 lines
313 B
14 lines
313 B
5 years ago
|
<!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>
|