diff --git a/layouts/page.templ b/layouts/page.templ
index 6598ed3..67c571c 100644
--- a/layouts/page.templ
+++ b/layouts/page.templ
@@ -2,7 +2,7 @@ package layouts
templ Page(title string) {
-
+
+
{ title }
diff --git a/pages/index.templ b/pages/index.templ
index 03b31f5..e8329cf 100644
--- a/pages/index.templ
+++ b/pages/index.templ
@@ -6,6 +6,64 @@ import (
templ Index() {
@layouts.Page("013") {
- Hello, world
+
+
+
+
+ This is a project by
+
+ Capytal Code
+ ,
+ keep visting this link to see the project's evoluition and development.
+
+
+
}
}