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 ed3d8fd commit b2e1cd6Copy full SHA for b2e1cd6
Source-Code/BMICalculator/index.html
@@ -0,0 +1,13 @@
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>BMI Calculator</title>
7
+ <link rel="stylesheet" type="text/css" href="style.css"> <!-- link to CSS stylesheet -->
8
+</head>
9
+<body>
10
+
11
+ <script src="script.js"></script>
12
+</body>
13
+</html>
Source-Code/BMICalculator/script.js
Source-Code/BMICalculator/style.css
0 commit comments