aboutsummaryrefslogtreecommitdiff
path: root/templates/repo.html
blob: 0eb17c1af76bc0802aaf7274c2900eb902e88d46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>octopus | /spacekookie/octopus</title>
    <link href="../static/main.css" rel="stylesheet">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body>
    <div class="container">
      <div class="tagline-container">
        <img class="repo-logo" src="../static/fakeavi.png" />
        <h1><a href="">spacekookie</a> / <a href="">octopus</a></h1>
        <p>A git web frontend that wants to hug your code</p>
        <div class="starbox">
          <a href="">Clone</a>
          <a href="">Star</a>
          <a href="">RSS</a>
        </div>
      </div> <!-- tagline container -->
      <div class="subheader">
        
        <a href="">141 commits</a>
        <a href="">1 branch</a>
        <a href="">0 tags</a>
        <a href="">1 contributor</a>
        <a href="">size: 13.12M</a>
        <input id="repo-search" type="search" placeholder="Search repository" />
        <!-- <label for="repo-search">Search for files in the repository</label> -->
      </div> <!-- subheader -->
      <hr />
      <div class="repo-navigation">
        <a href="" class="nav-item">about</a>
        <a href="" class="nav-item">details</a>
        <a href="" class="nav-item">files</a>
        <a href="" class="nav-item">log</a>
        <a href="" class="nav-item"> patches</a>
        <a href="" class="nav-item">contribute</a>
      </div>
    </div>
  </body>
</html>