-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
executable file
·31 lines (27 loc) · 1.48 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
27
28
29
30
31
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<title>Lightspeed Manual</title>
<meta name="description" content="The documentation to make a connection with MyParcel">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="shortcut icon" href="https://backoffice.myparcel.nl/images/favicon/favicon.ico">
<link href="css/normalize.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/languagepicker.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/stylesheet.css" media="screen" rel="stylesheet" type="text/css" />
<link href="css/github-light.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>
<script src="js/auto_menu.js"></script>
</head>
<body>
<ul class="languagepicker roundborders">
<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>