blob: 5be3c14381ca553bad2493c7c18180db4333a2a5 (
plain)
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
|
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>De Gaulle - Two films</title>
</head>
<body>
<header>
<h1>Bloggings</h1>
<a href="/index.php">Back</a>
</header>
<main>
<article>
<h2>De Gaulle - Two films</h2>
<h3>2026-06-04</h3>
<h4>De Gaulle is more popular than ever</h4>
<p>
People who choose a country to be their home are often patriotic as
it's their choice, not mere circumstance.
</p>
<p>Personally I'm patriotic but certainly not nationalist.</p>
<blockquote>
<i
>“The difference between patriotism and nationalism is that the
patriot is proud of his country for what it does, and the
nationalist is proud of his country no matter what it does; the
first attitude creates a feeling of responsibility, but the second a
feeling of blind arrogance that leads to war.”</i
>
―
<a href="https://en.wikipedia.org/wiki/Sydney_J._Harris"
>Sydney J. Harris</a
>
</blockquote>
<p></p>
<div class="wrapper">
<iframe
src="https://www.youtube.com/embed/RTNzSKr3Hsw"
title="De Gaulle (2026) Official Trailer"
frameborder="0"
allow="
accelerometer;
autoplay;
clipboard-write;
encrypted-media;
gyroscope;
picture-in-picture;
web-share;
"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
</article>
</main>
<footer>
<p>§</p>
</footer>
</body>
</html>
|