This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
vault/static/includes/_sidebar.html

14 lines
423 B
HTML
Raw Normal View History

2020-12-26 09:16:26 +01:00
<div class="col-md-4">
<section class="card card-green" style="margin-bottom:2em;">
<div class="card-header">
2020-12-27 13:47:47 +01:00
<i class="fa fa-fw fa-gamepad"></i>&nbsp; Sonic
2020-12-26 09:16:26 +01:00
</div>
<div class="list-group list-group-flush">
2020-12-27 13:47:47 +01:00
<a href="/monado-adventure" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
Sonic Monado Adventure
2020-12-26 09:16:26 +01:00
</a>
</div>
</section>
</div>