mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-12-05 01:16:28 +00:00
942acc65bf
* Use GitHub's Jekyll static site generator. * Move all documentation to docs/ directory. * Convert HTML to Markdown.
19 lines
570 B
HTML
19 lines
570 B
HTML
<!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>
|