-
Notifications
You must be signed in to change notification settings - Fork 4
/
support.html
48 lines (48 loc) · 1.85 KB
/
support.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://dragon-drop-scratch.github.io/html-app/assets/css/main.css">
<meta content="width=device-width, initial-scale=1" name="viewport">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<title>Support - DragonDrop</title>
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/58b2129c93cfd35572fda843/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
</head>
<body>
<iframe src="./navbar.html" frameborder="0" width="100%">Your browser is old!</iframe>
<center>
<div class="content" style="margin-bottom: 0px;">
<center>
<img src="./assets/img/dd2.png" width="60%">
<h1 class="title">Support</h1>
</center>
</div>
<a name="support"></a>
<div class="content" style="padding-top: 0px;margin-top: 0px;">
<h2 style="text-align: center;" class="title">Leading the support indrusty, since day one</h2>
</div>
<hr>
<a name="support"></a>
<div class="content" style="padding-top: 0px;margin-top: 0px;">
<img src="./assets/img/kb.png.png" width="225">
<h2 style="text-align: center;" class="title">Knowledge Base</h2>
<p>You can visit the knowledge base <a href="./kb.html">here</a></p>
</div>
</center>
<script>
$('iframe').load( function() {
$('iframe').contents().find("head")
.append($("<style type='text/css'> a[tabindex='-1']{display:none;} </style>"));
});
</script>
</body>
</html>