forked from WP-API/WP-API.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
21 lines (19 loc) · 959 Bytes
/
header.html
File metadata and controls
21 lines (19 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<body role="flatdoc" class="large-brief no-literate">
<div class="header">
<div class="left">
<h1><a href="{{ site.baseurl }}">WP REST API</a></h1>
<ul>
<li><a href="{{ site.baseurl }}">WP REST API</a></li>
<li><a href="https://github.com/WP-API/WP-API">Source on GitHub</a></li>
<li><a href="https://github.com/WP-API/WP-API/issues">Issues</a></li>
<li><a href="{{ site.baseurl }}guides.html">Guides</a></li>
<li><a href="{{ site.baseurl }}internals.html">Internals</a></li>
<li><a href="{{ site.baseurl }}resources.html">Resources</a></li>
<li><a href="{{ site.baseurl }}misc.html">Misc</a></li>
</ul>
</div>
<div class="right">
<!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="http://ghbtns.com/github-btn.html?user=WP-API&repo=WP-API&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>
</div>