-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathcover.html
57 lines (49 loc) · 1.16 KB
/
cover.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
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
<html>
<head>
<style>
body {
padding-top: 40%;
font-family: "Trebuchet MS" !important;
text-align: center;
}
h1,
h2 {
font-weight: 450;
margin: 0;
}
h1 {
font-size: 4em;
}
h2 {
font-size: 2.5em;
}
.version {
font-size: 1em;
}
.address-container {
position: absolute;
left: 5%;
bottom: 5%;
text-align: left;
font-size: 1.2em;
}
.address-container img {
height: 4em;
}
</style>
</head>
<body>
<h1>fiskaltrust.POS</h1>
<h2>Interface Description</h2>
<p class="version">Version [[VERSION]], updated on [[TODAY]]</p>
<div class="address-container">
<img src="doc/images/fiskaltrust.png" />
<p>
Alpenstraße 99 <br />
5020 Salzburg <br />
<a href="www.fiskaltrust.at">www.fiskaltrust.at</a> <br />
<a href="mailto:[email protected]">[email protected]</a> <br />
</p>
</div>
</body>
</html>