26 lines
279 B
HTML
26 lines
279 B
HTML
|
<html>
|
||
|
<div>
|
||
|
<h1>I take questions, of what I call "mini-interviews"
|
||
|
</h1>
|
||
|
</div>
|
||
|
|
||
|
<div>
|
||
|
<h3>Menu
|
||
|
</h3>
|
||
|
<ol>
|
||
|
<li><a href="#ec">What are your (other) interests?
|
||
|
</a>
|
||
|
</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
|
||
|
<div>
|
||
|
<p id="ec">What are your (other) interests? - E.C.
|
||
|
</p>
|
||
|
<p>
|
||
|
</p>
|
||
|
<p>
|
||
|
</p>
|
||
|
</div>
|
||
|
</html>
|