2022-08-27 12:48:40 +02:00
<!DOCTYPE html>
< html lang = "en" class = "h100" >
< head >
{% include 'parts/head.html' %}
2022-08-27 12:58:02 +02:00
< style >
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
}
< / style >
2022-08-27 12:48:40 +02:00
< / head >
2023-08-16 12:44:16 +02:00
< body class = "d-flex flex-column h-100" >
2022-08-27 12:48:40 +02:00
<!-- Begin page content -->
< main class = "flex-shrink-0" >
< div class = "container" >
< h1 class = "mt-5" > Headliner< / h1 >
< p class = "lead" > Headliner is monitoring rss feeds of czech news websites for changes in article headlines. Just
because it might be interesting.< / p >
< p > See < a href = "https://git.nolog.cz/mdivecky/headline" > the source code< / a > , but be aware that it's not too nice.
Feel free to improve it.< / p >
2023-08-16 12:44:16 +02:00
< p > If you want to access the raw data collected by this tool, you can < a href = "https://git.nolog.cz/NoLog.cz/headline-exports" > download the full archive from our git< / a > < / p >
2022-08-27 12:48:40 +02:00
< / div >
< / main >
{% include 'parts/footer.html' %}
< / body >
< / html >