Skip to content

Commit a531d4a

Browse files
authored
chore: redirect bpe2text to new version
1 parent f3659fa commit a531d4a

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

bpe2text/index.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
1-
<!DOCTYPE HTML>
2-
<html lang="en">
1+
<!DOCTYPE html>
2+
<html>
33
<head>
44
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>Best Split Times to Text</title>
7-
<link rel="icon" href="https://avatars.githubusercontent.com/u/69196954">
8-
<script src="../lib/xml2json.js"></script>
9-
<script src="bpe2text.js"></script>
5+
<title>...</title>
6+
<link rel="canonical" href="https://thisamj.dev/bpe2text" />
7+
<meta http-equiv="refresh" content="0; URL=https://thisamj.dev/bpe2text" />
8+
<script>window.location.href="https://thisamj.dev/bpe2text"</script>
109
</head>
11-
1210
<body>
13-
<input id="file-input" type="file" accept=".lss" onchange="fileSelect(event)" placeholder="Input LSS file"/>
14-
<pre id="output"></pre>
15-
<button id="copy" onclick="copyThing()" style="display:none">Copy</button><span id="copytext" style="opacity: 0; padding-left: 1em">Splits copied!</span>
11+
<a href="https://thisamj.dev/bpe2text">Redirect failed?</a>
1612
</body>
1713
</html>

0 commit comments

Comments
 (0)