-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathempty.html
63 lines (56 loc) · 1.04 KB
/
empty.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
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
<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" >
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>
<!--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>