File: template-category.html

package info (click to toggle)
libsdl3 3.4.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 41,356 kB
  • sloc: ansic: 429,712; objc: 17,018; xml: 9,581; cpp: 8,762; perl: 4,667; python: 3,542; sh: 813; makefile: 271; cs: 56
file content (43 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE html>
<html lang="en-us">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>@project_name@ Examples: @category_description@</title>
    <link rel="icon" href="/@project_name@/thumbnail.png" type="image/png" />

@preload_images_html@

    <link
      rel="stylesheet"
      type="text/css"
      href="/@project_name@/examples.css"
    />
    <style>
      main > h1 {
        margin-top: 0;
      }
    </style>

    <meta property="og:type" content="website">
    <meta property="og:title" content="@project_name@ Examples: @category_description@">
    <meta property="og:description" content="@project_name@ Examples: @category_description@">
    <meta property="og:image" content="@preview_image@" />
  </head>
  <body>
    <header>
      <a href="/">@project_name@ Examples</a>
    </header>
    <main>
      <nav class="breadcrumb">
        <ul>
          <li><a href="/@project_name@/">@project_name@</a></li>
          <li><a href="/@project_name@/@category_name@/">@category_name@</a></li>
        </ul>
      </nav>
      <h1>@project_name@ examples: @category_description@</h1>
      <div class="list">@examples_list_html@</div>
    </main>
  </body>
</html>