13 lines
454 B
HTML
Executable file
13 lines
454 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Privacy Policy</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" href="/styles.css"/>
|
|
</head>
|
|
<body>
|
|
<h4>Privacy Policy</h4>
|
|
<p.main> Raw access logs are kept for up to 48 hours and automatically deleted beyond such time.<br>Raw access logs existing within the 48 hour period are private; they are not shared with third parties.
|
|
</p>
|
|
</body>
|
|
</html>
|