File: index.html

package info (click to toggle)
golang-github-niklasfasching-go-org 1.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 836 kB
  • sloc: sh: 142; makefile: 42
file content (48 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download | duplicates (3)
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
<!doctype html>
<html>
  <head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <link rel="stylesheet" href="/go-org/blorg/style.css" type="text/css" />
  <title>blorg</title>
</head>

  <body>
    <header class='header'>
  <a class="logo" href="/go-org/blorg">home</a>
  <nav>
    <a href="https://www.github.com/niklasfasching/go-org">github</a>
  </nav>
</header>

    <div class="container">
      <h1 class="title">blorg</h1>
      <p>Only pages that have a date will be listed here - e.g. not <a href="about.html">about.html</a>
      <ul class="posts">
        
        <li class="post">
          <a href="/go-org/blorg/yet-another-post/index.html">
            <date>25.06.2020</date>
            <span>yet another post</span>
          </a>
        </li>
        
        <li class="post">
          <a href="/go-org/blorg/another-post.html">
            <date>24.06.2020</date>
            <span>another post</span>
          </a>
        </li>
        
        <li class="post">
          <a href="/go-org/blorg/some-post.html">
            <date>23.06.2020</date>
            <span>some post</span>
          </a>
        </li>
        
      </ul>
      <ul>
    </div>
  </body>
</html>