Spaces:
Running
Running
wannaphong
commited on
Commit
•
9e9a19b
1
Parent(s):
aaa59f9
Create index.html
Browse files- index.html +11 -0
index.html
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>Old Page</title>
|
5 |
+
<meta charset="UTF-8" />
|
6 |
+
<meta http-equiv="refresh" content="0; URL=https://wangchanglm.in.th/" />
|
7 |
+
</head>
|
8 |
+
<body>
|
9 |
+
<p>This page has been moved. If you are not redirected within 0 seconds, click <a href="https://wangchanglm.in.th/">here</a> to go to the WangChanGLM homepage.</p>
|
10 |
+
</body>
|
11 |
+
</html>
|