File: default.html

package info (click to toggle)
libsndfile 1.2.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,616 kB
  • sloc: ansic: 55,313; cpp: 1,085; python: 791; sh: 539; makefile: 539; cs: 122
file content (18 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>{{ page.title }}</title>
  <link rel="stylesheet" href="libsndfile.css" type="text/css" media="all">
  <link rel="stylesheet" href="print.css" type="text/css" media="print">
</head>
  <body>
    {{ content }}
    <footer>
      <hr>
      <p>The libsndfile home page is <a href="http://libsndfile.github.io/libsndfile/">here</a>.</p>
      <p>The libsndfile version: {{ site.version }}.</p>
    </footer>
  </body>
</html>