Add a simple random number generator that allows user input for the range and prints the result to the browser console.
This commit is contained in:
11
random-number-range/index.html
Normal file
11
random-number-range/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Random Number Range</title>
|
||||
</head>
|
||||
<body>
|
||||
<main></main>
|
||||
<script src="app.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user