wp-cli-gui/app/components/core-head.php
Tim Brugman 98ee060fc0 Add favicon
Close #11
2021-07-11 00:18:04 +02:00

24 lines
652 B
PHP

<!DOCTYPE html>
<html>
<head>
<!-- meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<!-- title -->
<title>WP-CLI GUI</title>
<!-- link icon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=2">
<link rel="shortcut icon" href="/favicon.ico?v=2">
<!-- link css -->
<link rel="stylesheet" href="/assets/app.min.css">
</head>
<body>