forked from awirax/MQL5Book
		
	
		
			
	
	
		
			14 lines
		
	
	
	
		
			316 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			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>
							 |