2023-04-27 10:20:23 +02:00

16 lines
409 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Prime number generator</title>
<script src="index.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<button onclick="preGenerate()">Start</button>
<div>
<p id="status">Idle</p>
<br>
<p id="Text"></p>
</div>
</body>
</html>