diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-01-31 19:49:45 +0800 | 
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-01-31 20:12:40 +0800 | 
| commit | caa4a499862d18fc1efc96dfe97122b944d1c9cb (patch) | |
| tree | 2b1d9d8da4e0e09badb3d748ab5495c93bd6e1ee /docker/nginx/sites/www/index.html | |
| parent | 4375bbff9d6bc316985e3db0de8e4ab0bc2c4167 (diff) | |
| download | crupest-caa4a499862d18fc1efc96dfe97122b944d1c9cb.tar.gz crupest-caa4a499862d18fc1efc96dfe97122b944d1c9cb.tar.bz2 crupest-caa4a499862d18fc1efc96dfe97122b944d1c9cb.zip  | |
feat(www): add citation for Marx's epitaph.
Diffstat (limited to 'docker/nginx/sites/www/index.html')
| -rw-r--r-- | docker/nginx/sites/www/index.html | 13 | 
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/nginx/sites/www/index.html b/docker/nginx/sites/www/index.html index 0e96410..4165620 100644 --- a/docker/nginx/sites/www/index.html +++ b/docker/nginx/sites/www/index.html @@ -73,6 +73,19 @@          </li>        </ul>      </section> +    <section> +      <h2>Always Remember</h2> +      <figure class="citation"> +        <blockquote> +          <p>Die Philosophen haben die Welt nur verschieden interpretiert, es kömmt aber darauf an, sie zu verändern.</p> +          <p><small>Translated from German:</small> +            The philosophers have only interpreted the world in various ways, the point is to change it.</p> +        </blockquote> +        <figcaption> +          <cite>Karl Marx, Theses on Feuerbach (1845)</cite> +        </figcaption> +      </figure> +    </section>      <hr/>      <footer>        <p id="license">  | 
