mirror of
https://github.com/A2osX/A2osX.git
synced 2025-03-25 02:33:17 +00:00
Test of FX lowercase fix.
This commit is contained in:
parent
a7dc53d00f
commit
622edd7632
Binary file not shown.
@ -111,7 +111,7 @@ root/netd2
|
||||
root/tsh
|
||||
root/tcsh
|
||||
sbin/getty
|
||||
sbin/GUI
|
||||
sbin/gui
|
||||
sbin/httpd
|
||||
sbin/initd
|
||||
sbin/insdrv
|
||||
|
@ -1,93 +1,93 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Identity by HTML5 UP
|
||||
html5up.net | @n33co
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
Identity by HTML5 UP
|
||||
html5up.net | @n33co
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<head>
|
||||
|
||||
<title>A2osX</title>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--[if lte IE 8]><script src="assets/js/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
||||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
||||
</head>
|
||||
<body class="is-loading">
|
||||
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper">
|
||||
|
||||
<!-- Main -->
|
||||
<section id="main">
|
||||
|
||||
<header>
|
||||
|
||||
|
||||
|
||||
<h1>A2osX</h1>
|
||||
|
||||
|
||||
|
||||
<p>The 2018 operating system for the 2081 computer!</p>
|
||||
|
||||
</header>
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
<p>A2osX is a cooperative, event-driven multitasking kernel (meaning it is applications that are responsible to give back control to kernel) Its principal goal is to collect all "genius" 65c02 pieces of code ever written here and there, concentrated in the same environment. (including IP Stack & HTTPD/TELNETD, Shell, Utils & tools) "Complete working place", no needing any more to reboot to switch between tons of diskettes!!!</p>
|
||||
<hr />
|
||||
|
||||
|
||||
|
||||
|
||||
<footer>
|
||||
|
||||
<ul class="icons">
|
||||
|
||||
<title>A2osX</title>
|
||||
<li><a href="mailto:info%40a2osx.com" class="fa-envelope" title="Email">Email</a></li>
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!--[if lte IE 8]><script src="assets/js/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
||||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
||||
</head>
|
||||
<body class="is-loading">
|
||||
|
||||
<!-- Wrapper -->
|
||||
<div id="wrapper">
|
||||
|
||||
<li><a href="https://twitter.com/a2osx" class="fa-twitter" target="_blank" title="Twitter">Twitter</a></li>
|
||||
|
||||
|
||||
<!-- Main -->
|
||||
<section id="main">
|
||||
|
||||
<header>
|
||||
|
||||
|
||||
<li><a href="https://www.facebook.com/A2osx-372512896625840" class="fa-facebook" target="_blank" title="Facebook">Facebook</a></li>
|
||||
|
||||
|
||||
|
||||
<h1>A2osX</h1>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
|
||||
<p>The 2018 operating system for the 2081 computer!</p>
|
||||
|
||||
</header>
|
||||
<hr />
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<ul class="copyright">
|
||||
|
||||
<li>© A2osX</li>
|
||||
|
||||
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<p>A2osX is a cooperative, event-driven multitasking kernel (meaning it is applications that are responsible to give back control to kernel) Its principal goal is to collect all "genius" 65c02 pieces of code ever written here and there, concentrated in the same environment. (including IP Stack & HTTPD/TELNETD, Shell, Utils & tools) "Complete working place", no needing any more to reboot to switch between tons of diskettes!!!</p>
|
||||
<hr />
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Scripts -->
|
||||
<!--[if lte IE 8]><script src="assets/js/respond.min.js"></script><![endif]-->
|
||||
<script>
|
||||
if ('addEventListener' in window) {
|
||||
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
|
||||
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
|
||||
}
|
||||
</script>
|
||||
|
||||
<footer>
|
||||
|
||||
<ul class="icons">
|
||||
|
||||
<li><a href="mailto:info%40a2osx.com" class="fa-envelope" title="Email">Email</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://twitter.com/a2osx" class="fa-twitter" target="_blank" title="Twitter">Twitter</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://www.facebook.com/A2osx-372512896625840" class="fa-facebook" target="_blank" title="Facebook">Facebook</a></li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</footer>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<ul class="copyright">
|
||||
|
||||
<li>© A2osX</li>
|
||||
|
||||
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<!--[if lte IE 8]><script src="assets/js/respond.min.js"></script><![endif]-->
|
||||
<script>
|
||||
if ('addEventListener' in window) {
|
||||
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
|
||||
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user