BrowzOS/web/index.html

23 lines
644 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Web Browser</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="This Web Browser takes advantage of the HTML 4.01 Frameset standard to open a web browser window as needed.">
</head>
<body>
<center><big> <br><br><br>
<a href="http://google.com">google.com</a><br>
<a href="http://groka.svita.cz">groka.svita.cz</a><br>
<a href="http://tilde.town">tilde.town</a><br>
<a href="http://tildeverse.org">tildeverse.org</a><br>
</big></center>
</body>
</html>