-
Notifications
You must be signed in to change notification settings - Fork 17
/
embed.html
executable file
·48 lines (40 loc) · 1.31 KB
/
embed.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 lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="description" content="Buddy Pond - Cloud OS and Instant Messenger all wrapped up in one delightfully fun to use App. We are making the Internet Fun Again." />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://buddypond.com">
<meta name="twitter:site" content="@marak">
<meta name="twitter:creator" content="@marak">
<meta name="twitter:title" content="Buddy Pond Cloud OS and Instant Messenger">
<meta name="twitter:description" content="Buddy Pond is a Cloud OS and Instant Messenger all wrapped up in one delightfully fun to use App. We are making the Internet Fun Again.">
<meta name="twitter:image" content="https://github.com/Marak/buddypond-assets/raw/master/promo/buddypond-demo-april-2022.gif">
<title>Embed Page</title>
<style>
html, body {
height: 100%;
}
iframe {
height: 100%;
width: 100%;
}
.content {
height: 100%;
width: 100%;
}
.embedHolder {
height: 100%;
width: 100%;
}
</style>
<body>
<div class="content">
<div class="embedHolder">
<iframe src="./index.html#pond/lily"/>
</div>
</div>
</body>
</html>