Skip to content

Commit acfdd80

Browse files
Deploying to gh-pages from @ 612914b 🚀
0 parents  commit acfdd80

File tree

2 files changed

+2025
-0
lines changed

2 files changed

+2025
-0
lines changed

distribution/index.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>TScript IDE</title>
7+
</head>
8+
<body>
9+
<h1>The IDE moved!</h1>
10+
<p>You can find it <a id="link" href="../">here</a>.</p>
11+
<script type="text/javascript">
12+
"use strict";
13+
var url = new URL(
14+
"../" + location.search + location.hash,
15+
location.href
16+
);
17+
document.getElementById("link").href = url.toString();
18+
location.replace(url);
19+
</script>
20+
</body>
21+
</html>

index.html

+2,004
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)