-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 905 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
32
33
34
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>API Exercises</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Dataset from State Library of Queensland</h1>
<section id="records"></section>
<article class="record record-template">
<h2>Record Title</h2>
<p>Record ID: </p><p class="id">Record ID</p>
<section class="record-content">
<!--<img src="images/placeholder.png" alt="Record Image">-->
<h4>Yugara word:</h4>
<p class="yugara">Yugara Translation</p>
<h4>Yugarabul word:</h4>
<p class="yugarabul">Yugarabul Translation</p>
<h4>Yugarabul word:</h4>
<p class="yugambeh">Yugambeh Translation</p>
<h4>Turubul word:</h4>
<p class="turubul">Turubul Translation</p>
</section>
</article>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>