Created
March 11, 2024 12:30
-
-
Save pvm-77/8ae89cd8a97d9d2fe1c4dfbc10e43056 to your computer and use it in GitHub Desktop.
it is a part of meduim blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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