-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograms.html
More file actions
47 lines (44 loc) · 1.38 KB
/
programs.html
File metadata and controls
47 lines (44 loc) · 1.38 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
<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> > SyStore</strong></h1><br>
<h2><a href="https://t.me/SyrixOS" target="_blank"><p>Our telegram channel!</p></a></h2><br>
<h2>All programs here are fully safe because we checked them! So dont worry about safety!</h2><br>
<h3>This tab under construction!<br>If you are using Syrix Voyager,<br>
just click download button in website, then open Syrix Voyager menu and click "Download currently link in file"<br>
this file will vbe installed into "User/Downloads", then install it using Program installer!</h3><br>
<br>
<ol>
<h2><p>Programs:</p></h2><br>
<div>
<div>
<h3>SPRGTEST.py</h3>
<h4>Fully safe<br>By:Saighty<br>Release date: 11.11.2024<br>Version:1.0</h4>
<a href="Programs/sprgtest.sprg" download=""><button>Download</button></a>
</div>
</div>
</ol>
</body>
</html>