Skip to content

Commit 7fe75a7

Browse files
committed
replace screenshot on help page with non-functional form
This allows us to include the custom hostname in the sample form. Updates #133 Signed-off-by: Will Norris <[email protected]>
1 parent a83ef33 commit 7fe75a7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

static/images/create-link.png

-24.9 KB
Binary file not shown.

tmpl/help.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,16 @@ <h2>Creating {{go}} links</h2>
1919
<p>
2020
In simple cases, the destination link is an absolute URL, such as <strong>https://www.google.com/</strong>.
2121

22-
<p>
23-
<img width=737 height=62 class="mx-4" src="/.static/images/create-link.png">
22+
<!-- example non-functional form -->
23+
<div class="flex flex-wrap mx-4">
24+
<div class="flex">
25+
<label class="flex my-2 px-2 items-center bg-gray-100 border border-r-0 border-gray-300 rounded-l-md text-gray-700">http://{{go}}/</label>
26+
<input disabled type=text size=15 value="search" class="p-2 my-2 rounded-r-md border-gray-300">
27+
<span class="flex m-2 items-center">&rarr;</span>
28+
</div>
29+
<input disabled type=text size=30 value="https://www.google.com/" class="p-2 my-2 mr-2 max-w-full rounded-md border-gray-300">
30+
<button disabled type=submit class="py-2 px-4 my-2 rounded-md bg-blue-500 border-blue-500 text-white hover:bg-blue-600 hover:border-blue-600">Create</button>
31+
</div>
2432

2533
<h2>Resolving links</h2>
2634

0 commit comments

Comments
 (0)