summaryrefslogtreecommitdiffstats
path: root/_layouts/redirect.html
blob: 2f03085276c809340bfca67938b898bce1b89e00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
---
<!DOCTYPE html>
<html lang=sl>
	<head>
		<meta http-equiv=refresh content="0;'{{ content }}'" />
	</head>
	<body>
		<h1>preusmerjam na {{ content }}...</h1>
		<h2>
			<a href="{{ content }}">
				če se nič ne zgodi, kliknite sem.
			</a>
		</h2>
	</body>
</html>