30 lines
697 B
HTML
30 lines
697 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
|
|
<head>
|
|
<title>2022 Annual Leave</title>
|
|
<link rel="stylesheet" href="../style.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<p><a href="../">Home</a>, <a href="../history.html">Historic Announcements</a></p>
|
|
<br>
|
|
|
|
<h2>2022 A/L Leave sheets have been posted</h2>
|
|
<p>
|
|
2022 Block A/L Sheets have been posted on the notice board leading to the
|
|
LDC office and have been emailed out.
|
|
</p>
|
|
<p>
|
|
As usual, we won't accept swaps until 00:00 on 01/11/2021. This is to
|
|
ensure everyone has a chance to see the new leave sheets before swaps begin.
|
|
</p>
|
|
<p>
|
|
Thanks, your LDC
|
|
</p>
|
|
</body>
|
|
</html>
|