aboutsummaryrefslogtreecommitdiffstats
path: root/extra_plugins/command_planetoid/post.tmpl
blob: 2c4c220c5b3e603de1dbb5e14b27be62bdd56dc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
## -*- coding: utf-8 -*-
<html>
<body>
<script type="text/javascript">
<!--
window.location = "${post.link}"
//-->
</script>
Redirecting you to <a href="${post.link}">the original location.</a>
</body>