rsstootalizer/static/templates/Callback.html

7 lines
174 B
HTML
Raw Normal View History

2017-04-21 14:56:24 +00:00
<TMPL_INCLUDE NAME='_header.html'>
<script type="text/javascript">
2017-04-21 19:45:58 +00:00
var l = "index.pl?mode=OAuthLogin";
2017-04-21 14:56:24 +00:00
document.location.href=l;
</script>
<TMPL_INCLUDE NAME='_footer.html'>