Skip to content

Commit 5777d78

Browse files
authored
Make website redirect automatically
1 parent 77eb986 commit 5777d78

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

index.md renamed to README.md

File renamed without changes.

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>EXA Lab.</title>
8+
<script>location.assign("https://studio-exalab.starinc.xyz");</script>
9+
</head>
10+
11+
<body>
12+
<pre>
13+
EXA Lab Official Website has been moved to https://studio-exalab.starinc.xyz.
14+
15+
This old website (exalab.github.io) will still be used to store some information such as AdMob app-ads.txt,
16+
Privacy Policy for Play, but the post such as our future plans will be made at the new website for better reading experience.
17+
</pre>
18+
</body>
19+
20+
</html>

0 commit comments

Comments
 (0)