summaryrefslogtreecommitdiff
path: root/debian/index.html
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 17:40:10 -0600
committerJeff Carr <[email protected]>2024-01-03 17:40:10 -0600
commitcfcac121b9a35f489c958ba693958ec53f7d9f4b (patch)
treea5531f8bec8836b2175bb2d1ff7623ab48ae9d06 /debian/index.html
parent529e1147a199fa4a2945c75d22024ac41bfbe0fa (diff)
more .deb rules
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debian/index.html')
-rw-r--r--debian/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/index.html b/debian/index.html
deleted file mode 100644
index e2a3dd5..0000000
--- a/debian/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<title>go.wit.com/gui</title>
-<meta name="go-import" content="go.wit.com/gui git https://github.com/wit-go/gui">
-<meta name="go-source" content="go.wit.com/gui https://github.com/wit-go/gui https://github.com/wit-go/gui/tree/master{/dir} https://github.com/wit-go/gui/blob/master{/dir}/{file}#L{line}">
-<style>
-* { font-family: sans-serif; }
-body { margin-top: 0; }
-.content { display: inline-block; }
-code { display: block; font-family: monospace; font-size: 1em; background-color: #d5d5d5; padding: 1em; margin-bottom: 16px; }
-ul { margin-top: 16px; margin-bottom: 16px; }
-</style>
-</head>
-<body>
-<div class="content">
-<h2>go.wit.com/gui</h2>
-<code>go get -v go.wit.com/gui</code>
-<code>import "go.wit.com/gui"</code>
-Home: <a href="https://godoc.org/go.wit.com/gui">https://godoc.org/go.wit.com/gui</a><br/>
-Source: <a href="https://github.com/wit-go/gui">https://github.com/wit-go/gui</a><br/>
-</div>
-</body>
-</html>