-
Notifications
You must be signed in to change notification settings - Fork 0
/
alter_browser.html
86 lines (82 loc) · 3.37 KB
/
alter_browser.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="de" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="de" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="de" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="de" class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<title>Die Afghanistan-Papiere</title>
<style>
* {
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
line-height: 1.5em;
}
p {
margin: 20px 0px;
}
a img {
border: none;
}
h1 {
font-size: 24px;
margin: 100px 0 50px 0;
}
h2 {
font-size: 20px;
margin: 0;
}
td.text a {
color: #888;
text-decoration: none;
padding-left: 20px;
}
td.text p.small {
font-size: 12px;
margin: 0;
}
</style>
</head>
<body>
<div style="width: 640px; margin:auto; padding: 100px 0px 200px 0px">
<p style="padding: 8px 35px 8px 14px;color: #B94A48;background-color: #F2DEDE;border:1px solid #EED3D7;border-radius:4px"><b>Achtung:</b> Sie verwenden einen veralteten Browser,<br>der aktuelle Webtechnologien nicht unterstützt!</p>
<h1>Installieren Sie einen aktuellen Browser</h1>
<table>
<tr>
<td><a href="http://www.mozilla.org/firefox/"><img src="style/logo_firefox.jpg" width="128" height="128"></a></td>
<td class="text">
<h2><a href="http://www.mozilla.org/firefox/">Mozilla Firefox</a></h2>
<p class="small"><a href="http://www.mozilla.org/firefox/">http://www.mozilla.org/firefox</a></p>
</td>
</tr>
<tr>
<td><a href="http://www.google.com/chrome/"><img src="style/logo_chrome.jpg" width="128" height="128"></a></td>
<td class="text">
<h2><a href="http://www.google.com/chrome/">Google Chrome</a></h2>
<p class="small"><a href="http://www.google.com/chrome/">http://www.google.com/chrome</a></p>
</td>
</tr>
<tr>
<td><a href="http://www.opera.com/browser/"><img src="style/logo_opera.jpg" width="128" height="128"></a></td>
<td class="text">
<h2><a href="http://www.opera.com/browser/">Opera</a></h2>
<p class="small"><a href="http://www.opera.com/browser/">http://www.opera.com/browser</a></p>
</td>
</tr>
<tr>
<td><a href="http://www.apple.com/support/safari/"><img src="style/logo_safari.jpg" width="128" height="128"></a></td>
<td class="text">
<h2><a href="http://www.apple.com/support/safari/">Apple Safari</a></h2>
<p class="small"><a href="http://www.apple.com/support/safari/">http://www.apple.com/support/safari</a></p>
</td>
</tr>
</table>
<h1>„Die Afghanistan-Papiere” mit einem aktuellen Browser</h1>
<p>Mit einem aktuellen Browser können Sie den vollen Funktionsumfang nutzen.</p>
<iframe width="640" height="360" src="https://www.youtube-nocookie.com/embed/EkWw-esGAzs?rel=0" frameborder="0" allowfullscreen></iframe>
<h1>Sie können auf die Dokumente auch direkt zugreifen</h1>
<p>Sie finden alle Dokumente im Wiki unter <a href="http://wiki.derwesten-recherche.org" style="color:#000">http://wiki.derwesten-recherche.org</a>.</p>
<p>Alle Dokumente können auch als ZIP-Datei heruntergeladen werden unter<br><a href="http://download.derwesten-recherche.org/download/DieAfghanistanPapiere-Dokumente.zip" style="color:#000">DieAfghanistanPapiere-Dokumente.zip</a></p>
</div>
</body>
</html>