21 lines
		
	
	
		
			461 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			461 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
| 
 | |
| <head>
 | |
|   <title>Bristol West LDC</title>
 | |
|   <link rel="stylesheet" href="./style.css">
 | |
|   <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
| </head>
 | |
| 
 | |
| 
 | |
| <body>
 | |
|   <h1>Bristol West LDC</h1>
 | |
|   <br>
 | |
| 
 | |
|   <p>Our LDC Calendar is now emailed out to you.</p>
 | |
|   <p><a href="./history.html">Historical announcements</a> are still available</p>
 | |
|   <p><a href="./strike/">2022 Dispute and Strike - Your Questions</a></p>
 | |
| </body>
 | |
| </html>
 |