Skip to content

Commit

Permalink
Added page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
theolaa committed Aug 1, 2021
1 parent 12d84e6 commit c5bc6b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cgi/bmi_calculator.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../style.css">
<script src="https://smtpjs.com/v3/smtp.js"></script>
<title>BMI Calculator</title>
</head>
<body>
<h1> Hi </h1>
Expand All @@ -47,7 +48,7 @@
<p>Please fill in the details to find your BMI.</p>
<hr>
<label for="Height">Height</label>
<input type="number" id="height" name="height" placeholder="Your height in cm ..">
<input type="number" id="height" name="height" placeholder="Your height in cm..">
<label for="weight">Weight</label>
<input type="number" id="weight" name="weight" placeholder="Your weight in kg..">
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<title>BMI Calculator</title>
</head>
<!-- Here is a comment :) -->
<body>
Expand Down

0 comments on commit c5bc6b5

Please sign in to comment.