-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprograms.html
35 lines (35 loc) · 1.53 KB
/
programs.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
<!DOCTYPE html>
<html>
<head>
<title>Vortex Systems - Programs</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<style>
body { background: url(images/bkgd/shells.png); }
</style>
<body>
<br>
<div class="main">
<!-- Begin common HTML -->
<img src="images/logopc64.png" alt="Vortesys Logo" style="float: left;">
<center>
<a class="nbtn" href="index.html"><img src="images/button-home.png" alt="Index" title="Home"></a>
<a class="nbtn" href="programs.html"><img src="images/button-programs-h.png" alt="Programs" title="Programs"></a>
<a class="nbtn" href="sites.html"><img src="images/button-sites.png" alt="Sites" title="Sites"></a>
<img src="images/indent-header.png">
<a class="nbtn" href="about.html"><img src="images/button-about.png" alt="About" title="About"></a>
</center>
<!-- End common HTML -->
<h1>Programs</h1>
<h3>Vortex Systems's Desktop Suite</h3>
<p>Currently a sparse collection, please come back later..</p>
<ul>
<li><a href="progmgr/index.html">Program Manager II</a> - a rewritten, extended, and stabilized version of the original Program Manager shell.
<li><a href="https://github.com/Vortex Systems/Modular-Desktop">Modular Desktop</a> - a fast, modular and powerful shell for Windows, currently on hold.</li>
</ul>
<p>Sponsored programs written by freedom7341 or others can be found at the <a href="downloads.html">Downloads</a> page.</p>
</div>
<br>
</body>
</html>