This repository was archived by the owner on Aug 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (60 loc) · 1.67 KB
/
index.html
File metadata and controls
60 lines (60 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>KSLinux</title>
<meta http-equiv="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/>
<style type="text/css">
html,body{
margin:0;
padding:0;
font-family: "Tahoma";
}
div.title{
height: 100px;
width: 100%;
background-color: aqua;
font-size:40px;
vertical-align: center;
line-height: 100px;
}
div.title > span{
margin-left: 10px;
}
div.footer{
background-color: aqua;
height:100px;
width:100%;
text-align: center;
}
div.main{
padding-left: 40px;
}
h1{
font-size:25px;
}
</style>
</head>
<body>
<div class="title">
<span>KSLinux Project Home</span>
</div>
<div class="main">
<h1>Description</h1><hr/>
<span>KSLinux is a destribution which is built with sources.All Packages are licensed with GPLv3, LGPLv3, MIT, Apache and BSD License.</span>
<br/><br/><br/>
<h2>ChangeLog</h2><hr/>
<span>2017-05-30: Package Build Live Media Released.</span><br/>
<span>2017-04-14: Add ARM (armhf,aarch64) Support</span><br/>
<span>2017-03-23: Built Stage-1 Environment</span><br/>
<span>2017-03-22: Add GUI-like configure script</span><br/>
<br/><br/><br/>
<h2>TODO</h2><hr/>
<span>Ready For release alpha builds.</span>
</div>
<div class="footer">
<span>©Copyright KSLinux Foundation 2017</span><br/>
<span>All Rights Reserved</span><br/>
<span>Contact:</span><a href="mailto:dev@kslinux.info">dev@kslinux.info</a><br/>
</div>
</body>
</html>