This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script> | |
<script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | |
<script type="text/javascript" src="script.js"></script> | |
<link rel="stylesheet" type="text/css" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"> | |
<link rel="stylesheet" type="text/css" href="https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css"> | |
<link rel="stylesheet" type="text/css" href="style.css"> | |
</head> | |
<body> | |
<div class="container"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_time | sender | receiver | message | |
---|---|---|---|---|
2017-05-12 01:00 | Mario | World 1 | Start world 1 | |
2017-05-12 01:30 | Mario | World 1-1 | Move to World 1-1 | |
2017-05-12 02:00 | World 1-1 | Mario | Received Mushroom | |
2017-05-12 02:30 | Mario | World 1-2 | Move to World 1-2 | |
2017-05-12 03:00 | World 1-2 | Mario | Received Fire flower | |
2017-05-12 03:30 | Mario | World 1-3 | Move to World 1-3 | |
2017-05-12 04:00 | World 1-3 | Mario | Received Warp Whistle | |
2017-05-12 04:30 | Mario | World 1-4 | Move to World 1-4 | |
2017-05-12 05:00 | World 1-4 | Mario | Received One-up |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Date": "2017-04-28", | |
"DRK": "0.01136728", | |
"BTC": 0, | |
"LTC": 0 | |
}, | |
{ | |
"Date": "2017-04-29", | |
"DRK": "0.01008568", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Time": "2017-05-03 23:17", | |
"BTC": 19.7, | |
"DOGE": 0, | |
"ETH": 78.88, | |
"LTC": 20.81, | |
"REP": 0 | |
}, | |
{ |