mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-08 23:24:19 +00:00
12 lines
No EOL
237 B
HTML
12 lines
No EOL
237 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<script language=javascript>
|
|
function redirect(){
|
|
window.location = "/master/index.html";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="redirect()">
|
|
</body>
|
|
</html> |