mirror of
https://github.com/oupala/apaxy.git
synced 2026-03-09 05:30:37 +01:00
14 lines
480 B
HTML
14 lines
480 B
HTML
<div class="block">
|
|
You can add your own HTML above or below the directory listing. Simply explore the <code>header.html</code> and <code>footer.html</code> files.
|
|
</div><!--/.postlisting-->
|
|
|
|
</div><!--/.wrapper-->
|
|
|
|
<div class="footer">
|
|
Apaxy by <a href="https://twitter.com/adamwhitcroft">@adamwhitcroft</a>
|
|
</div><!--/.footer-->
|
|
<script>
|
|
// grab the 2nd child and add the parent class. tr:nth-child(2)
|
|
document.getElementsByTagName('tr')[1].className = 'parent';
|
|
</script>
|