<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="alternate" type="application/rss+xml" href="static/rss.xml" title="Multiplayer FreeOrion server news" />
<link rel="stylesheet" type="text/css" href="static/style.css" />
<title>Cookies policy</title>
</head>
<body>
{{> header}}
<div class="content">
<h1>Cookies policy</h1>
Site uses only mandatory cookies to check agreement to accept cookies and user authentication. Cookies don't send to third parties.
{{#if (not i_accept_cookie)}}
<form id="accept-cookies" action="accept-cookies.do" method="post">
<input name="submit" type="submit" value="Accept cookies">
</form>
{{/if}}
<form id="remove-cookies" action="remove-cookies.do" method="post">
<input name="submit" type="submit" value="Remove cookies">
</form>
</div>
{{> footer}}
</body>
</html>