-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (33 loc) · 1.74 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ASC.AI - Cooperative Digital Governance - Awakening Sovereignty Collective</title>
<!-- some properties so that it looks good when sharing on Facebook -->
<meta name="description" content="Sovereign Governance Systems. Providing unconditionally for all Humankind and regenerating Planet Earth.">
<meta property="og:description" content="Sovereign Governance Systems. Providing unconditionally for all Humankind and regenerating Planet Earth.">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Cooperative Digital Governance - Awakening Sovereignty Collective">
<meta property="og:site_name" content="Cooperative Digital Governance">
<meta property="og:url" content="http://asc.ai/info/">
<meta property="og:image" content="http://asc.ai/info/images/asc-og-image-1200-630.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
<script async src="https://www.youtube.com/iframe_api"></script> <!-- we don't simply include YouTube video - we need to hook into available functions -->
<script src="scripts.js"></script>
</head>
<body>
<div id="YouTube-player"></div>
<br>
<form id="email" onsubmit="formSubmit(event)">
<input type="email" placeholder="email@address.com">
<input type="submit" value="Enter »">
</form>
<a class="skip" href="info">skip the email, proceed to the main content »</a>
</body>
</html>