-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
52 lines (49 loc) · 1.5 KB
/
about.html
File metadata and controls
52 lines (49 loc) · 1.5 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
<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: 5px;
}
</style>
</head>
<body>
<h1><strong><a href="index.html">SyrixOS</a> > About us</strong></h1><br>
<a href="about.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>So... Just basic information about us!</h3><br>
<br>
<ol>
<h2><p>About:</p></h2><br>
<div>
<div>
<h3>About Saighty</h3>
<p>I am the main developer of SyrixOS, and idk what to write there</p>
<p>09.11.2024</p>
</div><br>
<div>
<h3>About PelmeN</h3>
<p>I am an ordinary person who learned about programming a long time ago and always dreamed of becoming a programmer.<br> I started my journey by learning Python.
When I found out that someone decided to make a real system in Python, I immediately became interested, at first I just followed the news.<br>
Suddenly I had an idea to help the creator of the system, so now I’m helping create themes and test versions of sites.</p>
<p>09.11.2024</p>
</div>
</div>
</ol>
</body>
</html>