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
30 lines (23 loc) · 950 Bytes
/
header.html
File metadata and controls
30 lines (23 loc) · 950 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/assets/css/stylesheet.css?v=1" media="screen" />
<link rel="stylesheet" type="text/css" href="/assets/css/fa.css" media="screen" />
<link rel="icon" type="image/x-icon" href="/assets/img/favicon.ico" />
<link rel="shortcut icon" href="/assets/img/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>
{% include navigation.html %}
</div>
</header>
<div class="container">
<section id="main_content">