summaryrefslogtreecommitdiffhomepage
path: root/front-page.php
diff options
context:
space:
mode:
author_Tradam <[email protected]>2025-09-11 20:17:59 +0900
committer_Tradam <[email protected]>2025-09-11 20:17:59 +0900
commit1743bc1b52f390e3942158fa7e911417bc869ee3 (patch)
tree5dc5858cffeade62f0b925d1928e14aa54751b16 /front-page.php
downloadmalcz-wordpress-theme-1743bc1b52f390e3942158fa7e911417bc869ee3.tar.gz
malcz-wordpress-theme-1743bc1b52f390e3942158fa7e911417bc869ee3.zip
init
Diffstat (limited to 'front-page.php')
-rw-r--r--front-page.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/front-page.php b/front-page.php
new file mode 100644
index 0000000..c4826e6
--- /dev/null
+++ b/front-page.php
@@ -0,0 +1,7 @@
+<?php get_header();?>
+
+ <main class="container">
+ <h1>Hello world!</h1>
+ </main>
+
+<?php get_footer();?>