michal/tit

Browse tree · Show commit · Download archive

Blob: tests/snapshots/web/bad-request.html

Raw · Blame

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Repositories · tit</title>
  <link rel="stylesheet" href="/assets/style.css">
</head>
<body>
  <a class="skip-link" href="#main">Skip to content</a>
  <header class="site-header">
    <a class="brand" href="/" aria-label="tit home">tit</a>
    <nav aria-label="Primary">
      <a href="/">Home</a>
      <a href="/search">Search</a>

      <a href="/signup">Create account</a>
      <a href="/recover">Recover account</a>
      <a href="/login">Log in</a>

    </nav>
  </header>
  <main id="main">


  <h1>Recently updated public repositories</h1>


  <p>No repositories are available.</p>

  <h2>Open a repository</h2>
  <p>Enter an owner and a repository to open its public page.</p>

  <p class="error" role="alert">Enter a valid lowercase owner and repository.</p>

  <form action="/go" method="get">
    <div class="field">
      <label for="owner">Owner</label>
      <input id="owner" name="owner" value="&#60;script&#62;" required autocomplete="off" autocapitalize="none" spellcheck="false">
    </div>
    <div class="field">
      <label for="repository">Repository</label>
      <input id="repository" name="repository" value="example" required autocomplete="off" autocapitalize="none" spellcheck="false">
    </div>
    <button type="submit">Open repository</button>
  </form>

  </main>
  <footer>
    <small>Request <code><request-id></code></small>
  </footer>
</body>
</html>