Skip to content

Commit 596e3ba

Browse files
committed
static: package redirect for tinygl and tinygl-font
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 5aee463 commit 596e3ba

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

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

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