home.html (667B)
1 <!DOCTYPE html> 2 <head> 3 <meta charset="utf-8"> 4 <title>surf home</title> 5 <style> 6 html { 7 background-color: #1b1b1b; 8 color: #e0e0e0; 9 } 10 body { 11 text-align: center; 12 } 13 </style> 14 </head> 15 <body> 16 <a href="https://surf.suckless.org"> 17 <svg xmlns="http://www.w3.org/2000/svg" width="88" height="40"> 18 <path d="m 0,32 8,0 0,-16 24,0 0,16 8,0 0,-16 32,0 0,-16 16,0 0,8 -8,0 0,8 8,0 0,8 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -8,0 0,-16 -8,0 0,16 -24,0 0,-16 -8,0 0,16 -16,0 z" fill="#17a"/> 19 </svg> 20 </a> 21 <form method="get" action="https://lite.duckduckgo.com/lite"> 22 <input type="text" name="q" placeholder="duckduckgo"> 23 <input type="submit" value="search"> 24 </form> 25 </body>