diff options
| author | ilotterytea <iltsu@alright.party> | 2025-03-17 02:26:25 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-03-17 02:26:25 +0500 |
| commit | e34bce13c5916d424743f2220cd454824a4292b6 (patch) | |
| tree | 1bbb987ece67de284d488db94df91c9f9fd713fc /lib/partials.php | |
| parent | 7ec95a660dfc40868dcda204f728d8961bc3e7c9 (diff) | |
upd: page design
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 |
