mirror of
https://gh.wpcy.net/https://github.com/Brugman/wp-cli-gui.git
synced 2026-04-26 00:13:08 +08:00
24 lines
652 B
PHP
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>
|
|
|