captcha-help.gohtml (999B)
1 {{ define "title" }}dkf - captcha help{{ end }} 2 3 {{ define "content" }} 4 5 {{/* 1643905378254628000 */}} 6 <div class="container"> 7 <div> 8 9 <h3>Captcha help</h3> 10 11 <p> 12 To solve the captcha, you have to find the line which has no dashes and link 6 numbers together. <br /> 13 The main line will always be drawn on top of all other lines.<br /> 14 You can start by finding a long line that doesn't have dashes in it, follow that line until you find the edge.<br /> 15 Then go back and follow the line to the other edge and note the 6 numbers that the line cross path with.<br /> 16 The direction is not important, both combination will work.<br /> 17 </p> 18 <img src="/public/img/captcha_example1.png" alt="" /> 19 <img src="/public/img/captcha_example2.png" alt="" /> 20 <p> 21 For example, in the above captcha, both: "355129" and "921553" would be valid solutions. 22 </p> 23 24 </div> 25 </div> 26 27 {{ end }}