mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 08:53:42 +02:00
19 lines
No EOL
516 B
PHP
19 lines
No EOL
516 B
PHP
<style><?= VV::css("public/assets/css/pages/index.css") ?></style>
|
|
<section id="intro">
|
|
<container class="split">
|
|
<div>
|
|
<h2>Vegvisir</h2>
|
|
<h1>A PHP and JavaScript Web Framework</h1>
|
|
<p>that handles navigation and routing, and nothing else</p>
|
|
</div>
|
|
</container>
|
|
<div class="waves">
|
|
<img src="assets/media/waves/waves.svg">
|
|
</div>
|
|
</section>
|
|
<section id="example">
|
|
<container>
|
|
<h1>Freedom to CREATE</h1>
|
|
</container>
|
|
</section>
|
|
<script><?= VV::js("public/assets/js/pages/index.js") ?></script>
|