Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab637a4 commit b447eceCopy full SHA for b447ece
html/reversenumber.html
@@ -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