-
Notifications
You must be signed in to change notification settings - Fork 0
/
steemitapi09.html
23 lines (23 loc) · 977 Bytes
/
steemitapi09.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<title>Steem Power</title>
<meta charset="utf-8">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://github.com/steemit/steem-js/releases/download/v0.7.7/steem.min.js"></script>
<script src="./steemitapi09.js"></script>
</head>
<body>
<div>
こんにちは、
</div>
<div style="float:left;">
<h1 style="float: right; margin: 0px;">STEEM POWERは、</h1><br/>
<h1 style="float: right; margin: 0px;" id="sp1"></h1><br/>
<h1 style="float: right; margin: 0px;" id="sp2"></h1><br/>
<h1 style="float: right; margin: 0px;" id="sp3"></h1><br/>
<h1 style="float: right; margin: 0px;">-------------------------</h1><br/>
<h1 style="float: right; margin: 0px;" id="steemPower"></h1><br/>
</div>
</body>
</html>