File: top.html.in

package info (click to toggle)
ntpsec 1.2.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,044 kB
  • sloc: ansic: 60,737; python: 31,610; sh: 1,494; yacc: 1,291; makefile: 176; javascript: 138
file content (31 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Welcome to the NTPsec documentation site</title>
<link rel="stylesheet" href="asciidoc.css" type="text/css">

<script type="text/javascript">
/*<![CDATA[*/
asciidoc.install();
/*]]>*/
</script>
</head>

<body class="article">
<div id="header">
<h1>Welcome to the NTPsec documentation site</h1>
</div>

<div id="content">

<h2>NTP Documentation</h2>

<ul>
<li><a href="latest/">Latest</a> - Latest documentation from master.  Updated after every commit.</li>
</ul>


</div>
</body>
</html>