File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,16 @@ <h2>Creating {{go}} links</h2>
1919< p >
2020In 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 "> →</ 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
You can’t perform that action at this time.
0 commit comments