-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathturkey.html
40 lines (36 loc) · 1.39 KB
/
turkey.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
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<!-- Add a specific country name to the title -->
<title>License Plates of Turkey</title>
<script async src="https://eu.umami.is/script.js" data-website-id="8ad25aff-b977-489c-aa1b-b8e860fce9eb"></script>
</head>
<body>
<div class="container">
<div class="menu">
<button class="menu-btn">Menu</button>
<div class="menu-content">
<ul>
<li><a href="index.html">Country Index</a></li>
<li><a href="turkey.html">Page 1</a></li>
</ul>
</div>
</div>
<body>
<div class="container">
<h1>License Plates of<br>Turkey (TR)</h1>
<p align="center">Photographed in The Netherlands</p>
<div class="license-plates" id="license-plates-container">
<img src="turkey/34 HCF 574.jpg" alt="34 HCF 574" class="images">
<img src="turkey/34 HCF 574 C.jpg" alt="34 HCF 574" class="images" width="800px">
<p align="center">Normal Series. 34 = İstanbul.</p>
</div>
</div>
<p align="center"><a href="index.html">Country Index</a></p>
</div>
<script src="scripts.js"></script>
</body>
</html>