importing

This commit is contained in:
tengel 2024-03-20 11:13:10 -05:00
parent 85a5046093
commit ee43cedfba
10 changed files with 662 additions and 66 deletions

15
style/body_before.html Normal file
View file

@ -0,0 +1,15 @@
<!-- body before -->
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<!-- <span class="navbar-brand navbar-title">Title</span> -->
<span class="navbar-brand navbar-nav">
<a class="nav-link" href="index.html">index</a>
<a class="nav-link" href="license.html">license</a>
</span>
</nav>
</div>
<div class="container">
<article class="markdown-body" itemprop="text">
<!-- /body before -->