I am trying to run following HTML & JavaScript Code in HTML box in google sites, but running into this error, "0+0: folding element body into parent" and no success. Any ideas? Thanks
<html>
<head>
<meta http-equiv="refresh" content="3;url=http://www.somewhere.com/" />
</head>
<body>
<h1>Redirecting in 3 seconds...</h1>
</body>
</html>