Skip to content

Commit ef71b49

Browse files
committed
docs: add legacy site placeholder
1 parent b3e0224 commit ef71b49

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

site/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
wenyan-lang.lingdong.works

site/ide.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="Refresh" content="0; url=http://wy-lang.org/ide"/>
6+
<script type="text/javascript">
7+
window.location.href="http://wy-lang.org/ide"
8+
</script>
9+
</head>
10+
<body>
11+
<p>Please visit <a href="http://wy-lang.org/ide">http://wy-lang.org</a> instead.</p>
12+
</body>
13+
</html>

site/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="Refresh" content="0; url=http://wy-lang.org"/>
6+
<script type="text/javascript">
7+
window.location.href="http://wy-lang.org"
8+
</script>
9+
</head>
10+
<body>
11+
<p>Please visit <a href="http://wy-lang.org">http://wy-lang.org</a> instead.</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)