2026-03-17 13:31:18 -07:00

27 lines
617 B
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title>Niagara AX Demo</title>
<style type="text/css">
frame { border: 0; }
</style>
</head>
<frameset rows="75,*">
<frame src="top.html" scrolling="no" />
<frameset cols="200,*">
<frame src="file:^frames/tree.html" />
<!--
Change this ord to point to the initial home page
that you want to display when a user logs in.
-->
<frame src="station:|slot:/PxHome" name="content" />
</frameset>
</frameset>
</html>