summaryrefslogtreecommitdiff
path: root/index.tmpl
blob: e9edd700f5e4423eb94d9bc6dea013a594b3345e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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%;
}
        </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>