We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8017149 commit 45ef139Copy full SHA for 45ef139
projects/temperature-convertor/index.html renamed to projects/temperature-converter/index.html
@@ -4,12 +4,12 @@
4
<meta charset="UTF-8" />
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Temperature Convertor</title>
+ <title>Temperature Converter</title>
8
<link rel="stylesheet" href="style.css" />
9
</head>
10
<body>
11
<div class="container">
12
- <h1 class="heading">Temperature Convertor</h1>
+ <h1 class="heading">Temperature Converter</h1>
13
<div class="temp-container">
14
<label for="celsius">Celsius:</label>
15
<input
projects/temperature-convertor/index.js renamed to projects/temperature-converter/index.js
projects/temperature-convertor/style.css renamed to projects/temperature-converter/style.css
0 commit comments