-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·26 lines (26 loc) · 1.47 KB
/
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
<!DOCTYPE html>
<html lang="nl-NL">
<head>
<meta http-equiv="refresh" content="0; URL=https://postnl.github.io/postnl-magento2/"/>
<meta charset="UTF-8" />
<title>PostNL Magento 2 handleiding</title>
<meta name="description" content="Op deze pagina vindt u de handleiding van de Magento 2 PostNL extensie.">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="shortcut icon" href="https://www.postnl.nl/favicon.ico">
<link href="css/normalize.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css" />
<link href="css/languagepicker.css" media="screen" rel="stylesheet" type="text/css"/>
<link href="css/stylesheet.css" media="screen" rel="stylesheet" type="text/css" />
<script src="js/jquery-3.0.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/languagepicker.js"></script>
</head>
<body>
<ul id="languagepicker" class="languagepicker btn">
<li id="NL"><img src="media/flags/netherlands-flag-icon-16.png"/>NL</li>
<!-- <li id="EN"><img src="media/flags/british-flag-icon-16.png"/>EN</li>-->
</ul>
<section class="all-content"></section>
</body>
</html>