Add meta tags

This commit is contained in:
om 2022-10-10 21:27:11 +02:00
parent bf2cf81c9d
commit 96a91fa881
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>

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>

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>