mirror of
https://github.com/oupala/apaxy.git
synced 2026-01-15 11:52:28 +01:00
Add cdd styling inspired from the following website: https://css-tricks.com/triangle-breadcrumbs/
8 lines
220 B
HTML
8 lines
220 B
HTML
<div class="wrapper">
|
|
<!-- we open the `wrapper` element here, but close it in the `footer.html` file -->
|
|
|
|
<ol class="breadcrumb" id="breadcrumb">
|
|
</ol>
|
|
|
|
<input type="search" id="filter" placeholder="filter contents" />
|