14 lines
300 B
HTML
14 lines
300 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;url=examples/index.html">
|
|
<title>Untitled</title>
|
|
<script language="javascript">
|
|
window.location.href = "examples/index.html"
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Go to <a href="examples/index.html">/examples/index.html</a>
|
|
</body>
|
|
</html>
|