19 lines
624 B
HTML
Executable File
19 lines
624 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>LNR Universe Icon</title>
|
|
<link rel="StyleSheet" type="text/css" href="script/styles.css">
|
|
</head>
|
|
<body bgcolor="black" link="white" vlink="white" alink="white" text="white"
|
|
marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"
|
|
background="images/stars.jpg">
|
|
<font face="Verdana,Arial" size="2" color="white">
|
|
|
|
<img src="images/planet.gif" alt="Click to Return Home!" class="hand"
|
|
onClick="parent.lnr.window.location='home.html'">
|
|
<b class="hand" alt="Click to Return Home!"
|
|
onClick="parent.lnr.window.location='home.html'">LNR Universe</b>
|
|
|
|
<br>
|
|
</font>
|
|
</body>
|
|
</html> |