website/public/why.php

11 lines
No EOL
454 B
PHP

<style><?= VV::css("public/assets/css/pages/why.css") ?></style>
<section id="freedom">
<container class="split">
<img src="/assets/media/why-gnu.svg">
<div>
<h1>It's a GNU!</h1>
<h2>A framework that respects your freedom</h2>
<p>The "big players" in PHP frameworks are all published under the permissive MIT-license. This legally enables those frameworks to be modified to develop proprietary malware.</p>
</div>
</container>
</section>