-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (38 loc) · 1007 Bytes
/
index.html
File metadata and controls
38 lines (38 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/img/favicon.png" />
<link rel="me" href="https://boskovice.social/@regionari" />
<script
defer
data-domain="regionalninovinari.cz"
src="https://plausible.io/js/plausible.js"
></script>
<title>Asociace regionálních novinářů</title>
<style>
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap");
div {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
min-height: 90vh;
}
a {
font-family: "Source Sans Pro", sans-serif;
font-size: 30px;
color: #111;
text-decoration: none;
}
</style>
</head>
<body>
<div>
<a href="mailto:posta@regionalninovinari.cz"
>posta@regionalninovinari.cz</a
>
</div>
</body>
</html>