-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsm.html
24 lines (23 loc) · 931 Bytes
/
tsm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- Bootstrap v5.1.3 CDNs -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<table align="center">
<tr>
<td style="font-size:45px">
TOAST MASTERS CLUB<button type="button" class="btn btn-warning" style="font-size:45px"><a href="cod.html">add new co-ordinator</button>
</tr>
<tr>
<td style="font-size:45px"><br><br>
EVENTS<button type="button" class="btn btn-warning" style="font-size:45px"><a href="event.html">ADD NEW EVENTS</button>
</tr>
</body>
</html>