Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b447ece

Browse files
loop assigment js
1 parent ab637a4 commit b447ece

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

html/reversenumber.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>reversenumber</title>
7+
<link rel="stylesheet" href="../css/reversenumber.css">
8+
</head>
9+
<body>
10+
11+
<div class="div1">
12+
<script src="../loopingassigment/reversenumber.js"></script>
13+
</div>
14+
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)