-
Notifications
You must be signed in to change notification settings - Fork 8
/
tradingLobby.html
36 lines (23 loc) · 1.02 KB
/
tradingLobby.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Trading Lobby</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<link rel="stylesheet" href="css/modalBox.css">
<link rel="stylesheet" href="tradingLobby.css">
<script src="js/modalBox.js"></script>
<script src="tradingLobby.js"></script>
</head>
<body>
<!-- <button class="waves-effect waves-light btn" onclick="openATM()">ATM</button> -->
<div id="coinListRoot"></div>
<button class="btn addCoinListBtn light-green darken-1" onclick="addCoinList()">+ Coin List</button>
<!--JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="js/materialize.min.js"></script>
</body>
</html>