-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (50 loc) · 2.85 KB
/
index.html
File metadata and controls
69 lines (50 loc) · 2.85 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>SmartVu® iFrame & Embed API</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<!-- Add your site or application content here -->
<iframe src="https://view.vuframe.com/55d0b35a/embed?autoplay=1&autopause=0&hide_bg=1&hide_applink=1&hide_sidebar=1&enable_shadows=1&enable_mirror=1&enable_xr=0&format=aura&resolution=1024&ao=0&bg_color=ffffff" class="smartvu">
</iframe>
<div class= "obere-leiste">
<img src="img/logo.png" class="logo">
<div class="ueberschrift">
<h1>Industrie Roboter</h1>
</div>
</div>
<div class="icon-bar">
<a href="https://linktr.ee/Vuframe" class="share" onclick="window.open(this.href, 'Fenstername', 'width=1000,height= 800'); return false"><i class="fa fa-share-alt"></i></a>
<a href="https://calendly.com/vuframe/demo-de?hide_event_type_details=0" class="calendar" onclick="window.open(this.href, 'Fenstername', 'width=1000,height= 800'); return false"><i class="fa fa-calendar"></i></a>
</div>
<div class= "produktbeschreibung">
<label for="text"> <h2>Produktinformationen</h2> </label>
<label for="text"> <b>"6-Achsen Industrie Roboter"</b> </label>
<p class="beschreibung">
Wir präsentieren eine Roboter-Generation, die durch die Summe innovativer Features Maßstäbe setzt – sowohl für klassische als auch digitalisierte Produktionswelten. Das Ergebnis geht weit über technische Details hinaus und schließt auch langfristige Aspekte wie die Vereinfachung der Inbetriebnahme, Wartungsaufwand und Prozessoptimierung des Systems mit ein.
</p>
<a href="https://www.amazon.de/-/en/Electric-Control-Introduction-Robotics-Experiment/dp/B07MK45L7T/ref=sr_1_5?dchild=1&keywords=roboterarm&qid=1617023616&sr=8-5" class="btn">In den Warenkorb<a/>
</div>
<div class="low-menu-nav">
©2020 – All Rights Reserved
<a href="https://www.vuframe.com/de/impressum">Impressum</a>
<a href="https://www.vuframe.com/de/privacy-policy">Datenschutz</a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>