-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdevserver.html
More file actions
26 lines (24 loc) · 1.7 KB
/
Copy pathdevserver.html
File metadata and controls
26 lines (24 loc) · 1.7 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
<html>
<head>
<title>Jessie Lesbian cryptocurrency exchange</title>
<!-- load materialize library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css" integrity="sha512-koDUjGvRZrcni2jJFT9I3VRYY0PWNKtr1Wj9U36eLhcFgBm36KV11yTi4p2H3HwUMirxZ+dMpKeUuRjYOFjeDQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js" integrity="sha512-zCHGovd9kHtyOdCLYmXApVFPtXQjZNyjHGU6DKPKR1HnhiSnVc71r1x7bpahdGw7mOKbz6oZ1k7/gbfRNp50ag==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</head>
<body class="blue-grey darken-3" style="color: white;">
<nav class="blue accent-4">
<div class="nav-wrapper">
<h6 class="brand-logo left"><invalid style="color: pink">Jessie</invalid> <invalid style="color: purple">Lesbian</invalid> cryptocurrency exchange</h6>
<ul id="nav-mobile" class="right">
<li onclick="history.back()"><a>Back</a></li>
</ul>
</div>
</nav>
<h5>Dev server</h5>
<h6>Normally, clients use the production server to trade, and we use the dev server to test new features. Accounts cannot be opened on the dev server, and must be manually created by our database administrators. Also, the dev server uses a seperate database and cryptocurrency wallet from the production server.</h6>
<div class="row">
<button class="btn waves-effect waves-light col l6 m12 s12" onclick="localStorage.removeItem('OpenCEX_devserver')">Use production server</button>
<button class="btn waves-effect waves-light col l6 m12 s12" onclick="localStorage.setItem('OpenCEX_devserver', ' ')">Use dev server</button>
</div>
</body>
</html>