-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (67 loc) · 3.44 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- HTML Meta Tags -->
<title>Dangerous People</title>
<meta name="description" content="An opinionated rank of the most dangerous people">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://dangerouspeople.info/">
<meta property="og:type" content="website">
<meta property="og:title" content="Dangerous People">
<meta property="og:description" content="An opinionated rank of the most dangerous people">
<meta property="og:image" content="img/skull01.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="dangerouspeople.info">
<meta property="twitter:url" content="https://dangerouspeople.info/">
<meta name="twitter:title" content="Dangerous People">
<meta name="twitter:description" content="An opinionated rank of the most dangerous people">
<meta name="twitter:image" content="img/skull01.jpg">
<style type="text/css">
body {
font-family: tahoma;
color: white;
background: black;
text-align: center;
}
ol {
font-size: 18pt;
}
a {
color: white;
}
</style>
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon_io/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon_io/android-chrome-512x512.png">
<link rel="apple-touch-icon" type="image/png" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/x-icon" href="favicon_io/favicon.ico">
</head>
<body>
<h1>Dangerous People</h1>
<p>An opinionated rank</p>
<br/>
<h3><a href="https://en.wikipedia.org/wiki/Vladimir_Putin">Vladimir Putin</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Sergey_Lavrov">Sergey Lavrov</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Valery_Gerasimov">Valery Gerasimov</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Sergey_Shoigu">Sergey Shoigu</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Kim_Jong_Un">Kim Jong-un</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Benjamin_Netanyahu">Benjamin Netanyahu</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Mohammed_Deif">Mohammed Deif</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Ali_Khamenei">Ayatollah Ali Khamenei</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Bashar_al-Assad">Bashar al-Assad</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Min_Aung_Hlaing">Min Aung Hlaing</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Xi_Jinping">Xi Jinping</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Mohammed_bin_Salman">Mohammed bin Salman</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Elon_Musk">Elon Musk</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Donald_Trump">Donald Trump</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Alexander_Lukashenko">Alexander Lukashenko</a></h3>
<h3><a href="https://en.wikipedia.org/wiki/Mark_Zuckerberg">Mark Zuckerberg</a></h3>
<p>Last updated: 30.09.2024</p>
<img src="img/skull.jpg" style="padding-left: 20px;">
</body>
</html>