-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.47 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>manpages</title>
<style>
hr {
width: 80%;
height: 2px;
background-color: red;
margin-bottom: 5px;
margin-right: auto;
margin-left: auto;
margin-top: 6px;
border-width: 2px;
border-color: blue;
}
</style>
</head>
<body>
<center><h1>index of manpages:</h1></center>
<hr>
<center>
<a href='./man3/osutils.html'>https://themispkg.github.io/manpages/man3/osutils.html</a><br><a href='./man3/alternatives.html'>https://themispkg.github.io/manpages/man3/alternatives.html</a><br><a href='./man3/colorsh.html'>https://themispkg.github.io/manpages/man3/colorsh.html</a><br><a href='./man3/math.html'>https://themispkg.github.io/manpages/man3/math.html</a><br><a href='./man3/yamlparser.html'>https://themispkg.github.io/manpages/man3/yamlparser.html</a><br><a href='./index.html'>https://themispkg.github.io/manpages/index.html</a><br></center>
<hr>
<center>
this project is fully open source and uses GNU Public license V3 so you can find the source codes in <a href="https://github.com/themispkg/manpages">manpages</a><br>
project web page:<a href="https://themispkg.github.io"> themis</a> / current maintainer: <a href="https://github.com/lazypwny751">lazypwny751</a><br>
<b>30-01-2022</b> - <b>lazypwny751</b>
</center>
</body>
</html>