BrowzOS/games/index.html

28 lines
1.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Games</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="BrowzOS is capable of playing online games of all types.">
<style type="text/css">
body {
background-color: #000000;
color: #C0C0C0;
}
:link { color: #748DE7 }
p.c6 {text-align: center}
span.c5 {font-size: 80%}
p.c4 {text-align: center; font-size:14pt;}
p.c3 {text-align: center; font-size:24pt;}
div.c2 {text-align: center}
span.c1 {font-size:24pt}
</style>
</head>
<body>
<div class="c2"><span class="c1">Games Available:</span></div>
<p class="c4"><a href="jchess.html">Chess</a></p>
<p class="c4"><a href="madness.html">Madness Interactive</a></p>
<p class="c4">Please note that only the above games (as presented in <a href="http://browzos.i-console.com/">browzos.i-console.com</a>) are open-source. As all the other games presented are available only as closed-source freeware, they have not been included in this package.</p>
<p class="c4">However, this does not mean only open-source software has to be used; feel free to use any type of applet, regardless of license.</p>
</body>
</html>