diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-25 19:59:22 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-25 19:59:25 +0200 |
| commit | f6dbaf91e950657f97c456a296e5a76e27d4cb10 (patch) | |
| tree | 6c3ad506f355f06f3612b1dd2913d75b27d618ba /views/header.php | |
| parent | bd2b3acd9c4f54fc13d341b977371393be50fbd6 (diff) | |
| download | nowayforward_human-f6dbaf91e950657f97c456a296e5a76e27d4cb10.tar nowayforward_human-f6dbaf91e950657f97c456a296e5a76e27d4cb10.tar.gz nowayforward_human-f6dbaf91e950657f97c456a296e5a76e27d4cb10.zip | |
feat(views/login): Add login page
Diffstat (limited to 'views/header.php')
| -rw-r--r-- | views/header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/header.php b/views/header.php index ace2eb7..30e9638 100644 --- a/views/header.php +++ b/views/header.php @@ -16,6 +16,7 @@ <a href="/test/index.php">Test</a> <a href="/sample_archive/index.php">Sample Archive</a> <div class="flex-expand"></div> + <a href="/login/index.php">Login</a> <a href="/register/index.php">Register</a> <div class="fadeout-right"></div> </nav> |
