You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
325 B
22 lines
325 B
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>30DaysOfJavaScript:22 Day: Number Generator </title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Number Generator</h1>
|
|
<h2>30DaysOfJavaScript:DOM Day 2</h2>
|
|
<h3>Author: Asabeneh Yetayeh</h3>
|
|
<div class="wrapper">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<script src="./scripts/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |