Skip to content

Commit 9643aeb

Browse files
committed
x: add tinygba package for custom domain redirect
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 7e6cc0c commit 9643aeb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

static/x/tinygba/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5+
<meta name="go-import" content="tinygo.org/x/tinygba git https://github.com/tinygo-org/tinygba">
6+
<meta name="go-source" content="tinygo.org/x/tinygba _ https://github.com/tinygo-org/tinygba/tree/main{/dir} https://github.com/tinygo-org/tinygba/blob/main{/dir}/{file}#L{line}">
7+
<meta http-equiv="refresh" content="0; url=https://tinygo.org/">
8+
</head>
9+
<body>
10+
Nothing to see here; <a href="https://tinygo.org/">move along</a>.
11+
</body>

0 commit comments

Comments
 (0)