-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocument.html
More file actions
77 lines (68 loc) · 1.56 KB
/
document.html
File metadata and controls
77 lines (68 loc) · 1.56 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<link rel="Stylesheet" href="extra.css" />
<link rel="Stylesheet" href="main.css" />
</head>
<body>
<div class="main">
<!--header begin--><div class="header" >
<table class="header" >
<tr>
<th>
<img src="sulin-logo.svg" ></th>
<th>
<H2>Sulin Project</H2></th>
</tr>
</table>
<nav class="navbar" >
<ul>
<li><a href="index.html" >
Home
</a>
</li>
<li><a href="download.html" >
Download
</a>
</li>
<li><a href="document.html" class="current" >
Documents
</a>
</li>
<li><a href="join.html" >
Community
</a>
</li>
<li><a href="gallery.html" >
Gallery
</a>
</li>
</ul>
</nav>
</div>
<!--header end-->
<!--content begin--><div class="content" >
<div class="section" >
<p>
<H2>Sulinos Documentation & Wiki Pages</H2>
<br>You can read this documentations:
<br>
<a class="foolink" href="https://sulinos.github.io/sulin-wiki/">*Sulin Documentation</a>
<br><a class="foolink" href="https://sulinos.github.io/inary">*Inary Documentation</a>
<br><br>Also you can visit our documentation pages:
<br><a href="https://sulincix.github.io/sayfalar">*Sulincix pages (Turkish)</a>
<br><a href="https://zaryob.github.io/kilavuzlar">*Zaryob guides (Turkish)</a>
</p>
</div>
</div>
<!--content end-->
<!--footer begin--><footer>
<center>
<H4>© 2016 - 2021 SulinOS Project</H4>
</center>
<center>
The software used in this project is licensed with GPLv2 GPLv3 LGPLv2 LGPLv3 AGPLv3. Documents are licensed with FDL. <br> The website is under MIT license. <a href="https://gitlab.com/sulincix/sitemaker">Site builder</a> is under WTFPL.
</center>
</footer>
<!--footer end-->
</div></body>
</html>