This commit is contained in:
JMARyA 2025-01-21 18:00:48 +01:00
parent fb4a142c9c
commit caeac280eb
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 12 additions and 10 deletions

View file

@ -5,8 +5,6 @@ use crate::{
ui::UIWidget,
};
// TODO : refactor shell
/// Represents the HTML structure of a page shell, including the head, body class, and body content.
///
/// This structure is used to construct the overall HTML structure of a page, making it easier to generate consistent HTML pages dynamically.