-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1 KB
/
index.html
File metadata and controls
30 lines (28 loc) · 1 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Intero Technologies GmbH</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="stylesheets/styles.css" >
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<img src="http://odoo.intero-technologies.de/images/images/Logos/header-intero-openerp.png"/>
</header>
<nav>
<ul>
<li>Infos</li>
<li>Kontakt</li>
</ul>
</nav>
<h3>In Work</h3>
<footer>
<p>Intero Technologies GmbH | <a href="odoo.intero-technologies.de">odoo.intero-technologies.de</a> | Heinrich-Heine-Ring 76 | DE-18435 Stralsund | Telefon: 03831 - 44 55 7 - 0 | Telefax: 03831 - 44 55 7 - 79 | E-Mail: info@intero-technologies.de</p>
</footer>
</body>
</html>