mirror of
https://github.com/oupala/apaxy.git
synced 2026-03-09 21:50:35 +01:00
13 lines
478 B
HTML
13 lines
478 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 src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
|
|
<script>
|
|
$('tr:nth-child(2)').addClass('parent');
|
|
</script> |