Fix indentation typo

This commit is contained in:
Tissevert 2020-01-01 19:46:32 +01:00
parent 73e7afc7e8
commit 358ef75773
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
</head> </head>
<body> <body>
<h1>Fibonacci calculator</h1> <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> </body>
</html> </html>