forked from om/chatcontrol_dk
Merge pull request 'Add meta tags' (#5) from feature/meta-tags into master
Reviewed-on: om/chatcontrol_dk#5
This commit is contained in:
commit
36551a8dd9
|
@ -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%">
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue