Merge pull request 'Add meta tags' (#5) from feature/meta-tags into master

Reviewed-on: om/chatcontrol_dk#5
This commit is contained in:
om 2022-10-14 10:09:45 +00:00
commit 36551a8dd9
3 changed files with 12 additions and 6 deletions

View File

@ -1,10 +1,13 @@
<!DOCTYPE html>
<html>
<html lang="da-DK">
<head>
<meta charset="utf-8" />
<title>ChatControl: Dine private beskeder skal overvåges!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description"
content="EU Kommissionen vil scanne alle chatbeskeder, selv om hvis du bruger cryptering. Lær mere om det og hvorfor det er en dårlig idé og hvordan vi kan forhindre at planerne bliver til lov." />
<link rel="icon" href="data:," /><!-- no favicon for now -->
</head>
<body>
<div style="width: 100%">

View File

@ -1,10 +1,13 @@
<!DOCTYPE html>
<html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<title>Chat Control: Your private messages will be scanned!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="../style.css" />
<meta name="description"
content="The EU commission wants to scan all chat messages, even if they are encrypted. Learn more about why this is a bad idea and how to prevent those plans from becoming reality." />
<link rel="icon" href="data:," /><!-- no favicon for now -->
</head>
<body>
<div style="width: 100%"><!-- center content -->

View File

@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<html lang="en-GB">
<head>
<title>redirecting</title>
<meta http-equiv="refresh" content="0;url=da" />
<meta http-equiv="refresh" content="0;url=da/" />
</head>
<body>
<p>Redirecting...</p>
<p>
<a href="da">dansk</a>
<a href="en">english</a>
<a href="da/">dansk</a>
<a href="en/">english</a>
</p>
</body>
</html>