Skip to content

Commit

Permalink
Merge pull request #100 from ryanvergel/gh-pages
Browse files Browse the repository at this point in the history
Updated index
  • Loading branch information
ryanvergel authored Aug 19, 2024
2 parents 318dfb3 + 1c0f4a2 commit 783163d
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SOM Documentation</title>
<body onload="urlredirect()">
Redirecting to the main page.
<script type="text/javascript">
function urlredirect(){
var userLang = navigator.language || navigator.userLanguage;
if (userLang == "ja") {
window.location.href = "./home/build/html/index.html"
}
else {
window.location.href = "./home/build/html/index.html"
}
}
</script>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=./home/build/html/index.html">
<script>
location.href = './home/build/html/index.html';
</script>
<title>Redirecting...</title>
</head>
<body>
If you are not redirected automatically, please click <a href="./home/build/html/index.html">here</a>.
</body>
</html>

0 comments on commit 783163d

Please sign in to comment.