summaryrefslogtreecommitdiff
path: root/tests/ref/html/quote-plato.html
blob: fc052d10c9ff73e0d722754bae7f4a84836557a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body>
    <blockquote>
       … ἔοικα γοῦν τούτου γε σμικρῷ τινι αὐτῷ τούτῳ σοφώτερος εἶναι, ὅτι ἃ μὴ οἶδα οὐδὲ οἴομαι εἰδέναι. 
    </blockquote>
    <p>
      — Plato
    </p>
    <blockquote>
       … I seem, then, in just this little thing to be wiser than this man at any rate, that what I do not know I do not think I know either. 
    </blockquote>
    <p>
      — from the Henry Cary literal translation of 1897
    </p>
  </body>
</html>