Skip to content

Commit eb8ab04

Browse files
committed
merge
2 parents a70e1f7 + 69f5c3a commit eb8ab04

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# 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)

index.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3-
<style>
4-
input {
5-
margin-top: 5px;
6-
}
7-
</style>
83
<body>
94
<div>
10-
<h1>Online Fibonacci Coding Converter</h1>
5+
<h1>Online Fibonacci Coding Tool</h1>
116
<p>
127
A simple online tool for converting between decimal numbers, <a
138
href="https://en.wikipedia.org/wiki/Fibonacci_coding">Fibonacci coding</a>, and <a
@@ -54,4 +49,4 @@ <h1>Online Fibonacci Coding Converter</h1>
5449
</div>
5550
</div>
5651
<script src="./script.js"></script>
57-
</body>
52+
</body>

0 commit comments

Comments
 (0)