diff options
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/partials.php b/lib/partials.php new file mode 100644 index 0000000..042e5a8 --- /dev/null +++ b/lib/partials.php @@ -0,0 +1,17 @@ +<?php +include_once $_SERVER['DOCUMENT_ROOT'] . '/../config.php'; + +function html_big_navbar() +{ + echo '' ?> + <section class="column justify-center align-center navbar"> + <div class="column justify-center grow"> + <h1><img src="/static/img/brand/big.webp" alt="<?= INSTANCE_NAME ?>"></h1> + </div> + + <div class="row justify-center"> + + </div> + </section> + <?php ; +}
\ No newline at end of file |
