-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimetable.html
More file actions
26 lines (24 loc) · 884 Bytes
/
timetable.html
File metadata and controls
26 lines (24 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
<title>Anikura Unison 2023 Timetable</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
</head>
<body>
<div class="container horiz-center justify-content-center">
<div class="row">
<img src="assets/au24_timetable_v1-1.png">
</div>
<div class="row">
<img src="assets/au24_timetable_v1-2.png">
</div>
<div class="row">
<img src="assets/au24_timetable_v1-3.png">
</div>
</div>
</body>
</html>