aboutsummaryrefslogtreecommitdiff
path: root/tests/resources/assets/refs.html
blob: be93bda337c09bed17ef0867ad669633ce70c014 (plain) (blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="icon"       type="image/svg+xml"        href="logo.svg" />
    <link rel="stylesheet" type="text/css"             href="style.css" />
    <link rel="alternate"  type="application/atom+xml" href="commits.xml" title="repo-1 - commit feed" hreflang="en" />
    <link rel="alternate"  type="application/atom+xml" href="tags.xml"    title="repo-1 - tags feed" hreflang="en" />
    <title>repo-1</title>
  </head>
  <body>
    <header>
      <div class="header-horizontal-grouping">
        <img alt="Logo image of the repository list" class="logo" src="logo.svg" />
        <div class="header-description">
          <h1>
            repo-1
          </h1>
          <h2>
            Submodule repository for gistatic project tests
          </h2>
          <code>
            git clone https://example.com/
          </code>
        </div>
      </div>
      <nav>
        <ul>
          <li>
            <a href="files.html">
              files
            </a>
          </li>
          <li>
            <a href="log.html">
              log
            </a>
          </li>
          <li class="selected-nav-item">
            <a href="refs.html">
              refs
            </a>
          </li>
        </ul>
      </nav>
      <hr />
    </header>
    <main>
      <table>
        <thead>
          <tr>
            <th>
              Branch
            </th>
            <th>
              Commit message
            </th>
            <th>
              Author
            </th>
            <th>
              Date
            </th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>
              <a href="log/main.html">
                main
              </a>
            </td>
            <td>
              <a href="commit/1eaf054b3ceb3badcb36a2293277c758454a630d.html">
                description: Add
              </a>
            </td>
            <td>
              EuAndreh
            </td>
            <td>
              2021-07-31 19:29
            </td>
          </tr>
        </tbody>
      </table>
      <table>
        <thead>
          <tr>
            <th>
              Tag
            </th>
            <th>
              Commit message
            </th>
            <th>
              Download
            </th>
            <th>
              Author
            </th>
            <th>
              Date
            </th>
          </tr>
        </thead>
        <tbody>
        </tbody>
      </table>
    </main>
    <footer>
      <hr />
      <p>
        Generated with <a href="https://euandreh.xyz/gistatic">gistatic</a>.
      </p>
    </footer>
  </body>
</html>