-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocinfo.html
29 lines (26 loc) · 890 Bytes
/
docinfo.html
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
<style>
#content {
max-width: 98%;
}
.positioned-image {
position: absolute;
top: 0;
right: 0;
border: 0;
}
</style>
<meta name="keywords"
content="Gradle, doc, docs, adoc, asciidoc, asciidoctor, documentation, java-examples">
<meta name="description"
content="Gradle, doc, docs, adoc, asciidoc, asciidoctor, documentation, java-examples">
<!-- highlight.js highlighter -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<div>
<!--<a href="https://gitlab.com/daggerok/java-examples">-->
<a href="https://github.com/daggerok/java-examples">
<img class="positioned-image"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"
alt="Don't fork me!">
</a>
</div>