diff options
| author | ilotterytea <iltsu@alright.party> | 2025-08-15 22:41:54 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-08-15 22:41:54 +0500 |
| commit | 0d7ecc616d669f824f8416b47a0a986b46fa579b (patch) | |
| tree | 4c5143d404e272f341876945bed7f42dc7d75238 /lib/partials.php | |
| parent | e971d763cb649a51d26f75e8764ffbcb2d9d7a2b (diff) | |
feat: registration page
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/partials.php b/lib/partials.php new file mode 100644 index 0000000..e11e194 --- /dev/null +++ b/lib/partials.php @@ -0,0 +1,11 @@ +<?php +function html_navbar() +{ + echo '' ?> + <header> + <a href="/"> + <img src="/static/brand/big.webp" alt="ilt.su"> + </a> + </header> + <?php ; +}
\ No newline at end of file |
