-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 1.12 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>RubixLinux</title>
<meta name="description" content="The RubixLinux website">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="x.png">
<link rel="stylesheet" href="css/normalize.css">
</head>
<body>
<p><img src="logo.png" alt="RubixLinux logo"></p>
RubixLinux was discontinued in mid 2006. Its source code is available from the following locations:
<ul>
<li><a href="https://github.com/rubixlinux/rubixlinux">http://github.com/rubixlinux/rubixlinux</a></li>
<li><a href="https://github.com/rubixlinux/community">http://github.com/rubixlinux/community</a></li>
</ul>
<p>Please feel free to ask me any questions at <a href="mailto:[email protected]">[email protected]</a>. I would also appreciate it if you could inform me if you are planning on starting a new project based on this codebase.<br /></p>
Thank you and enjoy!<br />
Joshua Rubin
</body>
</html>