This repository was archived by the owner on Apr 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (63 loc) · 1.77 KB
/
index.html
File metadata and controls
63 lines (63 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>MrDemonWolf Support Center</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
data-hid="viewport"
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"
/>
<meta
data-hid="og:image"
name="og:image"
property="og:image"
content="https://tawk.link/66404ca207f59932ab3e9ab6/kb/banner/social/xyG_CbRPNU.jpg"
/>
<meta
data-hid="description"
name="description"
content="MrDemonWolf, Inc. provides expert support for web apps and WordPress sites, ensuring smooth performance and swift issue resolution."
/>
<meta
data-hid="og:title"
name="og:title"
content="MrDemonWolf Support Center"
/>
<meta
data-hid="og:description"
name="og:description"
content="MrDemonWolf, Inc. provides expert support for web apps and WordPress sites, ensuring smooth performance and swift issue resolution."
/>
<link
rel="shortcut icon"
href="https://tawk.link/thumb/66404ca207f59932ab3e9ab6/kb/icon/CypC-FE-D8.png?width=32&height=32"
type="image/png"
/>
<link
rel="apple-touch-icon"
href="https://tawk.link/thumb/66404ca207f59932ab3e9ab6/kb/icon/CypC-FE-D8.png?width=32&height=32"
/>
<style>
html,
body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe id="myIframe" src="https://mrdemonwolf.tawk.help/"></iframe>
</body>
</html>