-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.25 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<title>Acquired Components Examples</title>
<style>
body {margin-top:50px;font-size: 16px;text-align: center;}
h1 {font-weight: 600;margin: 0;}
a {color:#414ba3;text-decoration: none;}
a:hover,a:focus {text-decoration: underline;}
.container {width: 600px;margin: 0 auto;}
.link-container {margin-top: 40px;}
iframe {display: block;border:none;width: 100%;height: 600px;margin-top: 20px;}
</style>
</head>
<body>
<div class="container">
<h1>Acquired Components Examples</h1>
<div class="link-container">
<a href="https://docs.acquired.com/docs/components">View documentation</a>
|
<a href="https://docs.acquired.com/reference/create-session-id">API reference</a>
|
<a href="https://github.com/acquiredcom/components-examples">GitHub</a>
</div>
<div class="link-container">
<a href="https://github.com/acquiredcom/components-examples/tree/master/example-1">View Example 1 on GitHub</a>
</div>
<iframe src="example-1/"></iframe>
</div>
</body>
</html>