Skip to content

Instantly share code, notes, and snippets.

@pvm-77
Created March 11, 2024 12:30
Show Gist options
  • Save pvm-77/8ae89cd8a97d9d2fe1c4dfbc10e43056 to your computer and use it in GitHub Desktop.
Save pvm-77/8ae89cd8a97d9d2fe1c4dfbc10e43056 to your computer and use it in GitHub Desktop.
it is a part of meduim blog
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Synchronous code</h1>
<label for="quota">Number of primes you want to generate:</label>
<input type="text" id="quota" name="quota" value="100000" />
<button id="generate">Generate primes</button>
<button id="reload">Reload</button>
<div id="output"></div>
<div>
<input type="text" placeholder="your experience" name="" value="" id="">
</div>
<script src="index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment