-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (39 loc) · 1.85 KB
/
index.html
File metadata and controls
51 lines (39 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>selfdriven Tech</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container mt-4">
<h1 class="fw-bold">selfdriven Tech</h1>
<h4 class="mb-3">Powering the selfdriven Organisational System (<a href="https://selfdriven.fyi/os" target="_blank">selfdrivenOS</a>)</h4>
<h4 class="fw-bold">About</h4>
<ul>
<li><a href="https://selfdriven.fyi/apps" target="_blank">Apps</a></li>
<li><a href="https://selfdriven.fyi/on-chain" target="_blank">On-Chain</a></li>
</ul>
<h4 class="fw-bold">Code</h4>
<ul>
<li><a href="https://github.com/orgs/selfdriven-tech/repositories" target="_blank">Interfaces</a></li>
</ul>
<h4 class="fw-bold">Related</h4>
<ul>
<li><a href="https://selfdriven.network" target="_blank">selfdriven.network</a></li>
<li><a href="https://selfdriven.id" target="_blank">selfdriven.id</a></li>
<li><a href="https://selfdriven.ai" target="_blank">selfdriven.ai</a></li>
<li><a href="https://selfdriven.social" target="_blank">selfdriven.social</a></li>
</ul>
<h4 class="fw-bold">References</h4>
<ul>
<li><a href="https://x402.org" target="_blank">x402.org Open Protocol Internet-Native Payments</a></li>
</ul>
Supported by the <a href="https://selfdriven.foundation" target="_blank">selfdriven Foundation</a>
</div>
<!-- Bootstrap JS and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>