-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
43 lines (30 loc) · 781 Bytes
/
test.html
File metadata and controls
43 lines (30 loc) · 781 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript" src="https://bichiko.github.io/binary-clock/js.js"></script>
</head>
<style type="text/css">
#rm{
position: absolute;
width: 200px;
height: 300px;
border: solid;
right: 20px;
bottom: 100px;
}
</style>
<body>
<div id="rm">
<!-- <script type='text/javascript' class='binaryClock'>new binaryClock({width: 150,height: 50,labels: false,labelcolor: '#fcfcfc',emptybitcolor: '#4c0963',filledbitcolor: '#fb0421'})</script> -->
<div class="converterEn2Ka"></div>
</div>
<script type="text/javascript">
(function(d, l){
var e = d.createElement('script');
e.src = l;
d.head.appendChild(e)
})(document, 'https://bichiko.github.io/enToKa/api.js');
</script>
</body>
</html>