-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 2.44 KB
/
index.html
File metadata and controls
58 lines (56 loc) · 2.44 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!doctype html>
<html>
<head>
<title>Layer-3 Foundation | Digital assets for the Web 3.0.</title>
<meta name="description" content="Create, issue and deploy digital assets for Web3 and Blockchain.">
<meta name=”robots” content="index, follow">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="content-language” content=”en-us”>
<meta property="og:title" content="Layer-3 Foundation | Digital assets for Web3 and Blockchain." />
<meta property="og:description" content="Layer-3 Foundation | Digital assets for Web3 and Blockchain." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap" rel="stylesheet">
<style>
body {
background-color: #000000;
color: #00FF00;
font-family: 'Orbitron', sans-serif;
font-size: 20px;
}
.center {
padding: 20px;
margin: auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 2px solid #00FF00;
text-align: center;
}
h1 {
font-size: 72px;
}
a {
color: #0F0;
}
</style>
</head>
<body>
<div class="center">
<header>
<h1>Layer-3 Foundation</h1>
<h2>Create, issue and distribute digital assets for the Web³.</h2>
</header>
<section>
<p>The emergence of blockchain technologies has generated a new digital asset class that can be created, issued, and transmitted using open-source software.</br></p>
</section>
<section>
<p>The mission of Layer-3 Foundation is to develop a <a href="https://www.statechannels.org">state channel-powered ecosystem</a> as a Fintech scaling standard to support the evolution of the Internet towards Web 3.0.</p>
</section>
<footer>
<p>Contact us on <a href="https://t.me/layer3fi">Telegram</a> to submit a project.</p>
</footer>
</div>
</html>