-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
27 lines (27 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Dat.Foundation - A Community-Driven Web Protocol</title>
<link rel="icon" type="image/png" href="./public/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./public/img/favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" href="./public/fonts/fonts.css" type="text/css" />
<meta content="Dat.Foundation - A Community-Driven Web Protocol" property="og:title">
<meta content="Dat Foundation" name="author">
<meta content="Dat is a community-driven project for distributed data syncronization." name="description">
<meta content="Dat is a community-driven project for distributed data syncronization." property="og:description">
<meta content="dat.foundation" property="og:url">
<meta content="https://dat-ecosystem.github.io/datproject.org/public/img/dat-hexagon.png" property="og:image">
<meta content="@dat_project" property="twitter:site">
<meta content="https://dat-ecosystem.github.io/datproject.org/public/img/dat-data-logo.png" property="twitter:image">
<meta content="Dat Foundation" property="og:site_name">
<meta content="article" property="og:type">
</head>
<body class="dat-neutral">
<style>
body { padding: 0; margin: 0; display: flex; height: 100vh; width: 100vw; }
iframe { width: 100%; height: 100%; border: 0; }
</style>
<iframe src="dist/"></iframe>
</body>
</html>