forked from wp-cli/wp-cli.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
34 lines (25 loc) · 986 Bytes
/
header.html
File metadata and controls
34 lines (25 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="/assets/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/prettify.css" />
<link rel="icon" type="image/x-icon" href="//github.com/favicon.ico" />
<link rel="alternate" type="application/atom+xml" href="/atom.xml" title="Atom Feed">
<title>{{ page.title }} | wp-cli</title>
</head>
<body>
<header>
<div class="container">
<h1><a href="/">wp-cli</a></h1>
<h2>A command line interface for WordPress</h2>
<section id="downloads">
<a href="https://github.com/wp-cli/wp-cli" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
<a href="https://github.com/wp-cli/wp-cli/wiki" class="btn btn-wiki">Wiki</a>
<a href="/blog/" class="btn btn-blog">Blog</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">