diff options
| author | _Tradam <[email protected]> | 2025-09-11 20:17:59 +0900 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2025-09-11 20:17:59 +0900 |
| commit | 1743bc1b52f390e3942158fa7e911417bc869ee3 (patch) | |
| tree | 5dc5858cffeade62f0b925d1928e14aa54751b16 /header.php | |
| download | malcz-wordpress-theme-1743bc1b52f390e3942158fa7e911417bc869ee3.tar.gz malcz-wordpress-theme-1743bc1b52f390e3942158fa7e911417bc869ee3.zip | |
init
Diffstat (limited to 'header.php')
| -rw-r--r-- | header.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/header.php b/header.php new file mode 100644 index 0000000..d313adf --- /dev/null +++ b/header.php @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <!--link rel="stylesheet" href="css/pico.min.css"--> + <title>Hello world!</title> + + <?php wp_head();?> + + <meta name="color-scheme" content="light"> +</head> +<body> + + |
