26 lines
659 B
HTML
26 lines
659 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--#include virtual="components/head.html" -->
|
|
<title>Contact - Software Libre Liberec</title>
|
|
<meta name="description" content="Contacts regarding the event.">
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="components/header.html" -->
|
|
<!--#include virtual="components/nav.html" -->
|
|
<main>
|
|
<h1>Contact</h1>
|
|
|
|
<p>
|
|
If you have any further questions, please do not hesitate and contact us on the following email:
|
|
</p>
|
|
|
|
<p style="text-align: center;">
|
|
<b>libre-liberec</b> [at] <b>zumepro</b> [dot] <b>cz</b>
|
|
</p>
|
|
</main>
|
|
<!--#include virtual="components/footer.html" -->
|
|
</body>
|
|
</html>
|
|
|