Compare commits

...

2 commits

Author SHA1 Message Date
om 36551a8dd9 Merge pull request 'Add meta tags' (#5) from feature/meta-tags into master
Reviewed-on: #5
2022-10-14 10:09:45 +00:00
om 96a91fa881 Add meta tags 2022-10-10 21:27:11 +02:00
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>