diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 14:23:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 14:23:41 -0600 |
| commit | 89610b4a7ba3b8f18812a6fe9356671ed0feacb2 (patch) | |
| tree | 834372193655c1db62263616834fba43bf7872bd /resources/test.html | |
| parent | f0e4214d46638a0777191736ec7653c8f4c6bf4b (diff) | |
rename files to not collide with go-deb
Diffstat (limited to 'resources/test.html')
| -rw-r--r-- | resources/test.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/test.html b/resources/test.html new file mode 100644 index 0000000..c9b9f10 --- /dev/null +++ b/resources/test.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <meta name="go-import" content="go.wit.com/gui/gui git https://git.wit.org/gui/gui"> + <meta name="go-source" content="go.wit.com/gui/gui https://git.wit.org/gui/gui https://git.wit.org/gui/tree/master{/dir} https://git.wit.org/gui/gui/tree/master{/dir}/{file}#L{line}"> + <meta http-equiv="refresh" content="0; url=https://git.wit.org/gui/gui"> + </head> + <body> + Nothing to see here. Please <a href="https://git.wit.org/gui/gui">move along</a>. + </body> +</html> |
