mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
static stuff
This commit is contained in:
parent
56da12a5bc
commit
148a5352a3
8 changed files with 237 additions and 2 deletions
17
templates/slides.html
Normal file
17
templates/slides.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Slides</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Slides</h1>
|
||||
<p>Talks I have given with slides available:</p>
|
||||
<div>
|
||||
{% for talk in talks %}
|
||||
<a href="{{ talk }}">{{ talk }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue