12 lines
172 B
HTML
12 lines
172 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
location.replace('docs' + location.hash);
|
|
</script>
|
|
<input checked="disabled">
|
|
</body>
|
|
</html> |