Fix indentation typo
This commit is contained in:
parent
73e7afc7e8
commit
358ef75773
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Fibonacci calculator</h1>
|
||||
<p>The <input type="text" value="5" id="n"/>th number in Fibonacci's sequence is <span id="result">8</span></p>
|
||||
<p>The <input type="text" value="5" id="n"/>th number in Fibonacci's sequence is <span id="result">8</span></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue