-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 960 Bytes
/
index.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
25
26
27
28
29
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Home</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="div-align">
<table align="center">
<tr>
<td><a href="score.php" target="_blank"><button class="home-table-content-buttons">SCORE CARD</button></a></td>
</tr>
<tr>
<td><a href="winners.html" target="_blank"><button class="home-table-content-buttons">WINNERS</button></a></td>
</tr>
<tr>
<td><a href="winners.html" target="_blank"><button class="home-table-content-buttons">EVENT AND PROGRAM LIST</button></a></td>
</tr>
<tr>
<td><a href="update_score.html" target="_blank"><button class="home-table-content-buttons">UPDATE SCORE CARD</button></a></td>
</tr>
</table>
</div>
</body>
<footer id="css-footer">
<p align="center"> ©Teczoz </p>
</footer>
</html>