screen.tal (1526B)
1 <!doctype html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 7 <title>git.sr.ht</title> 8 9 10 <link rel="icon" type="image/svg+xml" href="/static/logo.svg" /> 11 <link rel="icon" type="image/png" href="/static/logo.png" sizes="any" /> 12 13 <link rel="stylesheet" href="/static/git.sr.ht/main.min.8d3964dc.css"> 14 15 16 17 18 </head> 19 <body> 20 21 22 23 24 <nav class="container navbar navbar-light navbar-expand-sm"> 25 26 <span class="navbar-brand"> 27 <span class="icon icon-circle " aria-hidden="true"><svg width="22" height="22" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200z"/></svg> 28 </span> 29 <a href="https://sr.ht"> 30 sourcehut 31 </a> 32 </span> 33 34 <ul class="navbar-nav"> 35 36 </ul> 37 <div class="login"> 38 39 <span class="navbar-text"> 40 41 <a href="https://meta.sr.ht/login?return_to=https%3A%2F%2Fgit.sr.ht%2F~rabbits%2Fuxn%2Ftree%2Fmain%2Fitem%2Fprojects%2Fexamples%2Fdevices%2Fscreen.tal%3F" rel="nofollow">Log in</a> 42 — 43 <a href="https://meta.sr.ht">Register</a> 44 45 </span> 46 47 </div> 48 </nav> 49 50 51 <div class="container"> 52 <h2>404 Not Found</h2> 53 <p> 54 Whatever you're looking for, it isn't here. 55 <a href="/">Index <i class="fa fa-caret-right"></i></a> 56 </p> 57 </div> 58 59 60 61 </body> 62 </html>