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
35 lines (26 loc) · 1010 Bytes
/
header.html
File metadata and controls
35 lines (26 loc) · 1010 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
34
<!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" media="screen" />
<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="/commands/" class="btn btn-cmd">Commands</a>
<a href="/config/" class="btn btn-cmd">Configuration</a>
<a href="/blog/" class="btn btn-blog">Blog</a>
<a href="https://github.com/wp-cli/wp-cli" class="btn btn-source">Source</a>
<a href="https://github.com/wp-cli/wp-cli/wiki" class="btn btn-github">Wiki</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">