-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetherlands4.html
88 lines (74 loc) · 4.74 KB
/
netherlands4.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!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 The Netherlands</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="netherlands.html">Page 1</a></li>
<li><a href="netherlands2.html">Page 2</a></li>
<li><a href="netherlands3.html">Page 3</a></li>
<li><a href="netherlands4.html">Page 4</a></li>
<li><a href="netherlands5.html">Page 5</a></li>
<li><a href="netherlands6.html">Page 6</a></li>
<li><a href="netherlands7.html">Page 7</a></li>
<li><a href="netherlands8.html">Page 8</a></li>
</ul>
</div>
</div>
<body>
<div class="container">
<h1>License Plates of<br>The Netherlands (NL)</h1>
<p align="center">Photographed in The Netherlands</p>
<div class="license-plates" id="license-plates-container">
<img src="netherlands/TT-NG-70.jpg" alt="TT-NG-70" class="images">
<img src="netherlands/TT-NG-70 C.jpg" alt="TT-NG-70" class="images" width="800px">
<p>Sidecode 5. White plates are used as repeater plates. Or for export on cars.</p>
<img src="netherlands/FZ-35-DK.jpg" alt="FZ-35-DK" class="images">
<img src="netherlands/FZ-35-DK C.jpg" alt="FZ-35-DK" class="images" width="800px">
<p>Sidecode 4. White plates are used as repeater plates. Or for export on cars.</p>
<img src="netherlands/V-869-VJ.jpg" alt="V-869-VJ" class="images">
<img src="netherlands/V-869-VJ C.jpg" alt="V-869-VJ" class="images" width="800px">
<p align="center">Sidecode 10. White plates are used as repeater plates. Or for export on cars. V = Commercial Vehicle under 3500kg.</p>
<img src="netherlands/VT-610-J.jpg" alt="VT-610-J" class="images">
<img src="netherlands/VT-610-J C.jpg" alt="VT-610-J" class="images" width="800px">
<p align="center">Sidecode 9. White plates are used as repeater plates. Or for export on cars. V = Commercial Vehicle under 3500kg.</p>
<img src="netherlands/44-VT-GT.jpg" alt="VT-610-J" class="images">
<img src="netherlands/44-VT-GT C.jpg" alt="VT-610-J" class="images" width="800px">
<p align="center">Sidecode 6. White plates are used as repeater plates. Or for export on cars. B or V = Commercial Vehicle under 3500kg.</p>
<img src="netherlands/30-BPJ-7.jpg" alt="30-BPJ-7" class="images">
<img src="netherlands/30-BPJ-7 C.jpg" alt="30-BPJ-7" class="images" width="800px">
<p align="center">Sidecode 7. White plates are used as repeater plates. Or for export on cars. B = Commercial Vehicle over 3500kg.</p>
<img src="netherlands/R-366-BL.jpg" alt="R-366-BL" class="images">
<img src="netherlands/R-366-BL C.jpg" alt="R-366-BL" class="images" width="800px">
<p>Sidecode 10. Black on dark blue = Taxicab</p>
<img src="netherlands/19-XRN-8.jpg" alt="19-XRN-8" class="images">
<img src="netherlands/19-XRN-8 C.jpg" alt="19-XRN-8" class="images" width="800px">
<p>Sidecode 7. Black on dark blue = Taxicab</p>
<img src="netherlands/94-MR-DX.jpg" alt="94-MR-DX" class="images">
<img src="netherlands/94-MR-DX C.jpg" alt="94-MR-DX" class="images" width="600px">
<p>Sidecode 6. M = Motorcycle.</p>
<img src="netherlands/MP-TG-19.jpg" alt="MP-TG-19" class="images">
<img src="netherlands/MP-TG-19 C.jpg" alt="MP-TG-19" class="images" width="600px">
<p>Sidecode 5. M = Motorcycle.</p>
<img src="netherlands/MP-17-SR.jpg" alt="MP-17-SR" class="images">
<img src="netherlands/MP-17-SR C.jpg" alt="MP-17-SR" class="images" width="600px">
<p>Sidecode 4. M = Motorcycle.</p>
</div>
</div>
<p align="center"><a href="netherlands3.html">Previous page</a> <a href="netherlands5.html">Next page</a></p>
<p align="center"><a href="index.html">Country Index</a></p>
</div>
<script src="scripts.js"></script>
</body>
</html>