♻️ refactor(maud): rewrite the frontend code with maud html framework (#302)

This commit is contained in:
neon_arch 2023-11-17 22:10:06 +03:00
parent beb5e6012a
commit 0ec89146c8
32 changed files with 527 additions and 317 deletions

View file

@ -0,0 +1,7 @@
//!
pub mod about;
pub mod index;
pub mod not_found;
pub mod settings;
pub mod search;