blob: d313adf2db205b2b9ece1a036f11a2e0d8df0bc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|