18 lines
467 B
HTML
18 lines
467 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<img src="..\..\ro.png" alt="" align="right">
|
||
|
|
|
||
|
|
<!-------------------------------------------------------------------------->
|
||
|
|
|
||
|
|
<p class="h1">
|
||
|
|
<span>Time Server Sample</span>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<h2>Purpose</h2>
|
||
|
|
<p>This is an extremely basic sample illustrating how to use the <b>TROBroadcastServer</b> and <b>TROBroadcastChannel</b> components.</p>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|