-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
45 lines (40 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="Sologenic Core Team" />
<meta name="generator" content="Jekyll v4.1.1" />
<title>Sologenic - Custom Trustline</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/styles.css" rel="stylesheet" />
</head>
<body>
<div class="disclaimer fixed-top">
SIMULATOR (XRPL <strong>TESTNET</strong>)
</div>
<nav class="navbar navbar-expand-md fixed-top">
<a href="https://sologenic.com"><img src="assets/images/logo.png" /></a>
</nav>
<main role="main" class="container with-disclaimer">
<div class="content">
<h1>Sologenic Asset Tokenization Platform</h1>
<br />
<span class="helper-red">
<strong>IMPORTANT: </strong> Sologenic is currently running on
<strong>SIMULATOR</strong> mode and therefore all transactions must
take place on the <strong>TESTNET</strong> XRP Ledger.
</span>
<br />
</div>
<div class="footer">
Copyright © 2020 Manticore Securities AS. All rights reserved
</div>
</main>
</body>
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script>
</html>