-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 1001 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
30
31
<!DOCTYPE html>
<html lang="mi">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ngā Pāhekoheko Reo Māori</title>
</head>
<body>
<div class="container my-5 text-center">
<h1>Ngā Pāhekoheko Reo Māori</h1>
<p>
Kōwhiria mai he taupānga Pāhekoheko
</p>
<a href="./rgb-mixer/" class="btn btn-primary mb-3">
Whakaranu Tae
</a>
<a href="./colour-matcher/" class="btn btn-primary mb-3">
Whakaōrite Tae
</a>
</div>
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
</body>
</html>