MQL5Book/Web/wspubsub.htm
2025-06-12 13:40:26 +01:00

14 lines
No EOL
316 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Publisher/Subscriber Server</title>
</head>
<body>
<div>
<h1>Publisher/Subscriber</h1>
<p>Please choose your role:</p>
<p><a href="wspublisher.htm">Publisher</a></p>
<p><a href="wssubscriber.htm">Subscriber</a></p>
</div>
</body>
</html>