forked from Kong/unirest-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
59 lines (59 loc) · 3.23 KB
/
default.html
File metadata and controls
59 lines (59 loc) · 3.23 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
{% if page.title %}{{ page.title }} - {% endif %}Unirest in Java: Simplified, lightweight HTTP client library.
</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ " /feed.xml " | prepend: site.baseurl | prepend: site.url }}">
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="/unirest-java/css/main.css">
</head>
<body>
<a id="fork-me" href="https://github.com/kong/unirest-java" target="_blank">
<img style="position:fixed;top:0;right:0;border:0;z-index:99999" src="{% include base64/ghFork.b64 %}" alt="Fork me on GitHub">
</a>
<header>
<nav class="width-limit">
<a id="logo" href="/unirest-java"><img src="/unirest-java/img/kong.png" style="vertical-align:middle" alt="Logo"></a> <span style="font-size: 32px; font-style: italic;">Unirest-Java</span>
<!--<ul>-->
<!--<li><a href="/download">Download</a></li>-->
<!--<li><a href="/documentation">Docs</a></li>-->
<!--<li><a href="/tutorials">Tutorials</a></li>-->
<!--<li><a href="/news">News</a></li>-->
<!--<li><a href="/contact">Contact</a></li>-->
<!--</ul>-->
<div id="some-buttons">
<div id="githubStar">
<img id="starBg" style="width:92px;height:20px;" src="{% include base64/ghStars.b64 %}" alt="">
<iframe id="starFrame" class="githubStar"
src="https://ghbtns.com/github-btn.html?user=kong&repo=unirest-java&type=star&count=true"
width="95" height="20">
</iframe>
</div>
<!--
<a class="img-button" href="https://twitter.com/sparkjava" target="_blank">
<img src="{% include base64/twitter.b64 %}" title="Follow Spark on Twitter" alt="Follow Spark on Twitter">
</a>
-->
</div>
</nav>
</header>
<main class="width-limit{% if page.rightmenu or layout.istutorial %} has-right-menu{% endif %}">
{{ content }}
</main>
<footer>
Unirest-Java is a free and open source HTTP client, released under the
<a href="https://tldrlegal.com/license/mit-license" target="_blank">MIT License</a>
| <a href="/contact">Contact</a>
| <a href="/contact#the-team">Team</a>
</footer>
<script src="/unirest-java/js/scripts.js"></script>
</body>
</html>