Tickets redirect page

This commit is contained in:
jklingen 2015-04-03 15:46:30 +02:00
commit 772a033331

9
pages/tickets.markdown Normal file
View file

@ -0,0 +1,9 @@
---
layout: page
title: Greenshot Tickets
---
<p>You will be redirected to our issue tracking system within seconds.</p>
<p>If the redirect does not work, <a href="https://greenshot.atlassian.net/">please click here</a>.</p>
<script type="text/javascript">
window.setTimeout('window.location.href=unescape("https://greenshot.atlassian.net/"),5000');
</script>