diff --git a/files/views/index.pug b/files/views/index.pug index b2287af..1d2c8cb 100644 --- a/files/views/index.pug +++ b/files/views/index.pug @@ -35,4 +35,8 @@ html(lang='en') td #[a(href=item.link)= item.name] td!= moment(item.datetime, clientTZ) td= item.size + section#privacy + h2 Privacy statements + p I collect access logs that include access date and time, IP-address, User-Agent, referer URL that tells me where have you came from, request that you sent to me. In addition there are GeoIP information added based on your IP-address that includes country, region, and city for my convenience. + p This site makes use of JavaScript purely for convenient functionality, like being able to watch video, listen to music, and look images in an overlay without the need to open a file in a new tab or return back. div#view \ No newline at end of file