summaryrefslogtreecommitdiffhomepage
path: root/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'header.php')
-rw-r--r--header.php15
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>
+
+