mirror of https://github.com/pedf-uk/seznamovak
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.
18 lines
589 B
HTML
18 lines
589 B
HTML
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<title>Angličtina</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h1>Dějepis</h1>
|
|
<p>Dějepisáři mají na výběr ze dvou různých seznamováků:</p>
|
|
<ul>
|
|
<li><a href="https://www.facebook.com/events/1695342504234151">Seznamovák</a> pořádaný spolkem Agora</li>
|
|
<li><a href="https://www.facebook.com/events/575847534622567">Seznamovák</a> pořádaný spolkem 5P a SOR dějepisu</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|