refactor: use OOP #6

Merged
pufereq merged 15 commits from refactor/use-oop into develop 2025-08-25 17:56:23 +00:00
10 changed files with 244 additions and 59 deletions
Showing only changes of commit 3e1fe9fa1e - Show all commits

View File

@@ -9,7 +9,7 @@
<body>
<div id="wrapper">
<header>
<h1><a href="{{ url_for('index') }}">judas</a></h1>
<h1><a href="{{ url_for('index.index') }}">judas</a></h1>
</header>
<main>
<h1>Login</h1>