Web/templates/about.html
2019-10-04 21:33:37 +02:00

13 lines
664 B
HTML

<!-- TITLE Ellpeck.de - About -->
<!-- DESCRIPTION A list of some of the answers to some of the questions I get asked -->
<div class="list-display rounded">
<h1>About</h1>
<p>
Sometimes, some people ask me some questions about myself or my projects, so I decided to compile a list of some of the answers in a Q&A-like fashion so that I don't have to keep repeating them. If you're curious about me, this might be interesting to you!
</p>
<div id="about-list">
<em>The content that should be here is dynamically generated. Please enable JavaScript if you see this.</em>
</div>
<script src="scripts/about.js"></script>
</div>