Update index.html
This commit is contained in:
parent
3345581eee
commit
a6caf126bc
1 changed files with 3 additions and 1 deletions
|
@ -9,11 +9,13 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<h1>Prime Number Sieve</h1>
|
||||
<input type="number" id="siveInput" placeholder="Enter a number" min="1">
|
||||
<input type="number" id="siveInput" placeholder="Enter a number" min="2">
|
||||
<button id="calculateButton">Calculate Primes</button>
|
||||
<div id="resultContainer"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="libsive.js"></script>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue