You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
571 B
HTML
32 lines
571 B
HTML
2 years ago
|
<!DOCTYPE html>
|
||
|
|
||
|
<html lang="fr">
|
||
|
|
||
|
<head>
|
||
|
|
||
|
<meta charset="UTF-8" />
|
||
|
|
||
|
<title>TextRank Opacity</title>
|
||
|
<meta name="description" content="a call for 2 desks in studio 5 of the Meyboom artist-run spaces">
|
||
|
|
||
|
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="css/typography.css" />
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<main>
|
||
|
|
||
|
{% for s in sentences %}
|
||
|
{{ s.html|safe }}
|
||
|
{% endfor %}
|
||
|
|
||
|
</main>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|