Skip to content

Commit bd0328d

Browse files
committed
packages: add custom domain redirect for tinyfs
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent de7bf08 commit bd0328d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

static/x/tinyfs/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/tinyfs git https://github.com/tinygo-org/tinyfs">
6+
<meta name="go-source" content="tinygo.org/x/tinyfs _ https://github.com/tinygo-org/tinyfs/tree/release{/dir} https://github.com/tinygo-org/tinyfs/blob/release{/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)