-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (42 loc) · 1013 Bytes
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>web|crofting - helping startups since 2012</title>
<meta name="description" content="web|crofting">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="logo"></div>
<div id="tagline">
<span>
We design.
</span>
<span>
We build.
</span>
<span>
We scale.
</span>
</div>
<div id="testimonials"></div>
<div id="contact">
<a href="mailto:[email protected]">Get in contact!</a>
</div>
<div id="team">
</div>
<div id="imprint">
Für diese Website verantwortlicher Herausgeber:<br>
<br>
Christoph Witzany<br>
Weyrgasse 7/16<br>
1030 Wien<br>
<br>
E-Mail: <a href="mailto:[email protected]">[email protected]</a><br>
</div>
<script src="js/webcrofting.js"></script>
</body>
</html>