Skip to content

Commit

Permalink
Deploying to gh-pages from @ a490bb0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
0 parents commit ff5cc0c
Show file tree
Hide file tree
Showing 2 changed files with 2,024 additions and 0 deletions.
21 changes: 21 additions & 0 deletions distribution/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TScript IDE</title>
</head>
<body>
<h1>The IDE moved!</h1>
<p>You can find it <a id="link" href="../">here</a>.</p>
<script type="text/javascript">
"use strict";
var url = new URL(
"../" + location.search + location.hash,
location.href
);
document.getElementById("link").href = url.toString();
location.replace(url);
</script>
</body>
</html>
2,003 changes: 2,003 additions & 0 deletions index.html

Large diffs are not rendered by default.

0 comments on commit ff5cc0c

Please sign in to comment.