-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathromania.html
44 lines (39 loc) · 1.6 KB
/
romania.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
41
42
43
44
<!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 Romania</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="romania.html">Page 1</a></li>
</ul>
</div>
</div>
<body>
<div class="container">
<h1>License Plates of<br>Romania (Ro)</h1>
<p align="center">Photographed in The Netherlands</p>
<div class="license-plates" id="license-plates-container">
<img src="romania/B 717 TIA.jpg" alt="B 717 TIA" class="images">
<img src="romania/B 717 TIA C.jpg" alt="B 717 TIA" class="images" width="800px">
<p>Normal series. B = Bucharest.</p>
<img src="romania/AR 72 NCL.jpg" alt="AR 73 NCL" class="images">
<img src="romania/AR 72 NCL C.jpg" alt="AR 73 NCL" class="images" width="800px">
<p>Normal series. AR = Arad County.</p>
</div>
</div>
<p align="center"><a href="index.html">Country Index</a></p>
</div>
<script src="scripts.js"></script>
</body>
</html>