MQL5Book/Web/wspubsub.htm

14 lines
329 B
HTML
Raw Permalink Normal View History

2025-05-30 16:09:41 +02:00
<!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>