-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (19 loc) · 934 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Alpha Testing</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="We develops interactive solutions for futuristic platforms"/>
<meta name="theme-color" content="#000000"/>
<script src="https://static.airtable.com/js/embed/embed_snippet_v1.js"></script>
</head>
<body style="margin: 0; overflow: hidden;height: 100%">
<div style="overflow: hidden">
<iframe class="airtable-embed" src="https://airtable.com/embed/shrpMltsS0gozFZUS?backgroundColor=green"
frameborder="0" onmousewheel="" width="100%" height="100%"
style="background: transparent; border: 1px solid #ccc;"></iframe>
</div>
</body>
</html>