13 lines
405 B
HTML
Executable File
13 lines
405 B
HTML
Executable File
<html>
|
|
<head>
|
|
<title>LNR Universe :: Standard Chat</title>
|
|
<link rel="StyleSheet" type="text/css" href="../script/styles.css">
|
|
</head>
|
|
|
|
<frameset rows="*, 100%, *" border="0">
|
|
<frame name="reload" src="reload.html" noresize scrolling="no">
|
|
<frame name="chat" src="testchat.html" noresize scrolling="auto">
|
|
<frame name="actions" src="blank.html" noresize scrolling="no">
|
|
</frameset>
|
|
|
|
</html> |