-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfranz.html
More file actions
37 lines (37 loc) · 1.38 KB
/
Copy pathfranz.html
File metadata and controls
37 lines (37 loc) · 1.38 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>about franz</title>
<style>
body {
background-color: black;
}
h1, div {
color: white;
font-family: serif;
}
#franz {
color: white;
font-family: serif;
}
</style>
</head>
<body>
<h1>About franz...</h1>
<div style="font-size: 80px;";>He is?</div>
<img src="flower.jpg" width="300">
<pre id="franz">
Sabina's lover and a Geneva professor and idealist.
Franz falls in love with Sabina, whom he considers a liberal and romantically tragic Czech dissident.
He is a kind and compassionate man. As one of the novel's dreamers,
Franz bases his actions on loyalty to the memories of his mother and Sabina.
His life revolves completely around books and academia,
eventually to the extent that he seeks lightness and ecstasy by participating in marches and protests,
the last of which is a march in Thailand to the border with Cambodia. In Bangkok after the march,
he is mortally wounded during a mugging.
</pre>
</body>
</html>