27 lines
671 B
HTML
27 lines
671 B
HTML
<!DOCTYPE html>
|
|
<html lang="cs">
|
|
<head>
|
|
<!--#include virtual="components/head.html" -->
|
|
<title>Kontakt - Svobodný software Liberec</title>
|
|
<meta name="description" content="Kontakt ohledně akce.">
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="components/header.html" -->
|
|
<!--#include virtual="components/nav.html" -->
|
|
<main>
|
|
<h1>Kontakt</h1>
|
|
|
|
<p>
|
|
Pokud máte jakékoliv další dotazy, neváhejte a napište nám na následující emailovou adresu:
|
|
</p>
|
|
|
|
<p style="text-align: center;">
|
|
<b>libre-liberec</b> [zavináč] <b>zumepro</b> [tečka] <b>cz</b>
|
|
</p>
|
|
</main>
|
|
<!--#include virtual="components/footer.html" -->
|
|
</body>
|
|
</html>
|
|
|
|
|