Files
nodejs-website/pages/helpers/advisory.php

19 lines
428 B
PHP
Executable File

#!/usr/bin/php
<div class="row">
<p><!-- Gap Area --></p>
</div>
<div class="row center" id="advisory">
<div class="col-12 title">
<i><h2>Announcements</h2></i>
</div>
<a href="/freedom/">
<div class="col-12 text">
<u class="orange">2025-09-28</u>
<br>
I wrote another short free eBook, "Voluntary Sovereignty", check it out
<u class="orange">here</u>!
</div>
</a>
</div>