summaryrefslogtreecommitdiff
path: root/index.tmpl
blob: a9dfadbeee8cc832c0e115786415fa539ee23c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
    <head>
        <meta charset="utf-8">
        <title>Jtle images</title>
        <link rel="icon" href="/favicon.png">
        <meta name="robots" content="noindex,nofollow">
        <style>
img {
    width: 90%;
}
.group {
	background-color: lightgray;
	margin-bottom: 20px;
	padding: 10px;
}
        </style>
    </head>
    <body>
        <p>Billeder taget på forskellige ferier etc, som jeg bruger til baggrund. Filer kan også findes <a href="https://git.jtle.dk/wallpapers">her</a>.</p>
        %BODY%
    </body>
</html>