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
581 B
HTML
18 lines
581 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>Angličtina</h1>
|
|
<p>Angličtináři mají na výběr ze dvou různých seznamováků:</p>
|
|
<ul>
|
|
<li><a href="https://seznamovaci-kurz-nemecky-jazyk.webnode.cz">Jazykovák</a> společně se studenty NJ a FJ</li>
|
|
<li><a href="https://seznamovak.pedf.cuni.cz/weby/it/">Seznamovák</a> s obory ČJ, HV, M, IT a PG</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|