mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-11 15:54:10 +02:00
Adds link to info page.
This commit is contained in:
@@ -7,6 +7,16 @@ body#h5ai-info {
|
|||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
a, a:active, a:visited {
|
||||||
|
color: @col;
|
||||||
|
text-decoration: none;
|
||||||
|
.transition(all 0.2s ease-in-out);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: @col-hover;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.build-version {
|
.build-version {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@@ -19,7 +19,8 @@ html.no-js( lang="en" )
|
|||||||
|
|
||||||
body#h5ai-info
|
body#h5ai-info
|
||||||
|
|
||||||
h1 {{pkg.name}}
|
h1
|
||||||
|
a( href="http://larsjung.de/h5ai/" ) {{pkg.name}}
|
||||||
span.build-version version {{pkg.version}}
|
span.build-version version {{pkg.version}}
|
||||||
span.build-stamp {{stamp}}
|
span.build-stamp {{stamp}}
|
||||||
span.idx-file Index File:
|
span.idx-file Index File:
|
||||||
|
Reference in New Issue
Block a user