File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
# fibonacci-coding
2
- Conversion tool between decimal numbers and their fibonacci coding
2
+ Online conversion tool between decimal numbers and their [ Fibonacci coding] ( https://en.wikipedia.org/wiki/Fibonacci_coding )
3
+
4
+ Use it at [ https://yangdanny97.github.io/fibonacci-coding ] ( https://yangdanny97.github.io/fibonacci-coding )
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< meta charset ="utf-8 ">
3
- < style >
4
- input {
5
- margin-top : 5px ;
6
- }
7
- </ style >
8
3
< body >
9
4
< div >
10
- < h1 > Online Fibonacci Coding Converter </ h1 >
5
+ < h1 > Online Fibonacci Coding Tool </ h1 >
11
6
< p >
12
7
A simple online tool for converting between decimal numbers, < a
13
8
href ="https://en.wikipedia.org/wiki/Fibonacci_coding "> Fibonacci coding</ a > , and < a
@@ -54,4 +49,4 @@ <h1>Online Fibonacci Coding Converter</h1>
54
49
</ div >
55
50
</ div >
56
51
< script src ="./script.js "> </ script >
57
- </ body >
52
+ </ body >
You can’t perform that action at this time.
0 commit comments