forked from toll/toll.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-EN.html
More file actions
88 lines (79 loc) · 3.23 KB
/
index-EN.html
File metadata and controls
88 lines (79 loc) · 3.23 KB
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="no">
<head>
<meta charset="utf-8">
<title>Norwegian Customs' data- and API-documentation</title>
<meta name="description" content="Norwegian Customs' data- and API-documentation">
<meta name="author" content="Tolletaten">
<link rel="stylesheet" href="style/api.css">
<link rel="icon" href="media/toll-logo/favicon.ico"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="theme-color" content="#000000"/>
<link rel="shortcut icon" href="media/toll-logo/logo32.png" type="image/png"/>
<link rel="apple-touch-icon" href="media/toll-logo/logo152.png"/>
<link rel="apple-touch-icon-precomposed" href="media/toll-logo/logo152.png"/>
<meta name="msapplication-TileColor" content="#FFFFFF"/>
<meta name="msapplication-TileImage" content="/logo152.png"/>
</head>
<body>
<header>
<a href="index-EN.html">
<img src="media/toll-logo/logo-toll.svg" alt="Tolletaten" class="logo"/>
</a>
<a href="index.html" class="nav-language-button" role="navigation">
<div class="lang_nav">
<span>NO</span>
<img class="flag-rounded" src="flag/NO-flag.svg" alt="Norsk flagg">
</div>
</a>
</header>
<main class="index">
<div class="about-section-text">
<h1>Welcome to Norwegian Customs' data- and API-documentation</h1>
<p>Here you will find information about Norwegian Customs' data and API services. Norwegian Customs offers a
range of services for businesses, and we want to make it easy for you to find the information you need.</p>
</div>
<div class="index-buttons-container">
<div class="buttons-section">
<a href="api/document/document-api-EN.html" class="new-page-button">
<p>Document upload</p>
<div>
<img src="media/arrow-right.svg" alt="arrow-right">
</div>
</a>
<a href="api/maskinporten/maskinporten-EN.html" class="new-page-button">
<p>Maskinporten</p>
<div>
<img src="media/arrow-right.svg" alt="arrow-right">
</div>
</a>
<a href="api/mo/mo-kodeverk-EN.html" class="new-page-button">
<p>Kodeverk</p>
<div>
<img src="media/arrow-right.svg" alt="arrow-right">
</div>
</a>
</div>
<div class="buttons-section">
<a href="api/mo/melde-og-opplysning-EN.html" class="new-page-button">
<p>Notification and Disclosure</p>
<div>
<img src="media/arrow-right.svg" alt="arrow-right">
</div>
</a>
<a href="api/ics2/ics2-forsendelser-EN.html" class="new-page-button">
<p>ICS2 - Consignments</p>
<div>
<img src="media/arrow-right.svg" alt="arrow-right">
</div>
</a>
</div>
</div>
</main>
<footer role="contentinfo">
<a href="https://www.toll.no/en/">Norwegian Customs</a> 2024 | <a
href="https://www.toll.no/en/about-norwegian-customs/contact-us/" class="white">Contact us</a>
</footer>
</body>
</html>
```