JSFiddle - React, Tailwind, and code Playground

by apoucoz

HTML

<html> 
<head> 
<title>404 Error</title> 
<style><!-- td {font: 9pt Verdana,sans-serif;} --></style> 
<link type="text/css" rel="StyleSheet" href="http://s11.ucoz.net/src/layer1.css" /> 
<script type="text/javascript" src="http://s11.ucoz.net/src/u.js"></script> 
<script type="text/javascript"> 
function error(){ 
location="/"; 
} 
setTimeout( 'error()', 7000 ); 
</script> 
</head> 

<body style="background:#ffffff;"> 
<div align="center"> 
<table border="0" cellpadding="0" cellspacing="0" width="600"> 
<tr><td height="160"></td></tr> 
<tr><td> 
<center> 
    <img src="http://imapo.ru/img/1.jpg"> 
<br><br>Через <a style="font-size:20px;" id="timer_404">4</a> секудны вы будете перемещенны!.. 
</center> 
</td></tr> 
<script type="text/javascript"> 
function timer(){ 
var obj=document.getElementById('timer_404'); 
obj.innerHTML--; 
if(obj.innerHTML==0){_uWnd.alert('<font color="red">Происходит перемещение!</font>','',{w:200,h:80,tm:2000,pad:'15'});setTimeout(function(){},1000);} 
else{setTimeout(timer,1000);} 
} 
setTimeout(timer,1000); 
</script> 
</table> 
</div> 

</body> 
</html>