-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.03 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.03 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
<html>
<head>
<meta charset="UTF-8">
<title>SyStore</title>
<style>
html {
height: 100%;
width: 100%;
}
body {
background-color: #2958ad;
}
ol {
background-color: gray;
border: 2px solid black;
padding: 10px;
}
div {
background-color: gray;
border: 2px solid black;
padding: 10px;
}
</style>
</head>
<body>
<h1><strong>SyrixOS Official website</strong></h1><br>
<a href="index.html"><p>Reload page</p></a><br>
<h2><a href="https://t.me/SyrixOS" target="_blank"><p>Our telegram channel!</p></a></h2><br>
<h3>Hello user! Here you can find information about SyrixOS, download programs for it, so... Have a good day!</h3><br>
<br>
<ol>
<h2><p>Our sections:</p></h2><br>
<div>
<a href="about.html"><p>About us</p></a>
<a href="programs.html"><p>SyStore</p></a>
</div>
</ol>
</body>
</html>