-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
46 lines (32 loc) · 1.88 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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="none" />
<title>Staging Environment: Examples</title>
</head>
<body>
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
<div style="min-width: 320px; width: 30%;">
<div style="display: block; margin: 12px">
<p>Staging Environment Examples:</p>
</div>
<a style="display: block; margin: 12px" href="hotel-bogota-passive-negotiation-website/">Hotel Bogota Passive</a>
<a style="display: block; margin: 12px" href="hotel-bogota-active-negotiation-website/">Hotel Bogota Active</a>
<a style="display: block; margin: 12px" href="ticket-issuer-url-website/">Ticket Issuer</a>
<a style="display: block; margin: 12px" href="token-outlet-website/">Token Outlet</a>
<a style="display: block; margin: 12px" href="art-gallery-medium-article-website/">Art Gallery</a>
<a style="display: block; margin: 12px" href="ecommerce-store-website/">Ecommerce Store</a>
<a style="display: block; margin: 12px" href="typescript-bare-bones-demo">Typescript Bare Bones</a>
<a style="display: block; margin: 12px" href="vue-vite-boilerplate/">Vue + Vite Bare Bones</a>
<a style="display: block; margin: 12px" href="vue-boilerplate/">Vue Bare Bones</a>
<a style="display: block; margin: 12px" href="angular-bare-bones-demo/">Angular Bare Bones</a>
<a style="display: block; margin: 12px" href="https://socios-oauth2.tokenscript.org/">Socios Oauth2</a>
<a style="display: block; margin: 12px" href="multi-off-chain-issuer-poc/">Multi Origin Attestations</a>
<!-- <a style="display: block; margin: 12px" href="">Three JS example</a> -->
</div>
</div>
</body>
</html>