This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
forked from dat-ecosystem-archive/dat.foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (46 loc) · 2.02 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
41
42
43
44
45
46
<!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>
<div class="positioned">
<style>
.positioned {
display: flex;
justify-content: center;
align-items: center;
background: yellow;
border-bottom: 2px solid black;
font-family: monospace;
font-size: 20px;
font-weight: bold;
color: black;
z-index: 999;
width: 100%;
padding: 20px;
}
</style>
<span>This website is deprecated. Please check out the new version at <a target="_blank" href="https://dat-ecosystem.org/"> https://dat-ecosystem.org </a></span>
</div>
<body class="dat-neutral">
<style>
body { padding: 0; margin: 0; display: flex; height: 100vh; width: 100vw; display: flex; flex-direction: column;}
iframe { width: 100%; height: 100%; border: 0; }
</style>
<iframe src="dist/"></iframe>
</body>
</html>