14 lines
317 B
HTML
14 lines
317 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type='text/javascript'>
|
|
location.replace('html/index.html');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>You will be redirected automatically, otherwise please
|
|
<a href="html/index.html">click here</a>.
|
|
</p>
|
|
</body>
|
|
</html>
|