From 58e196e931d3cfda8c85f5f8f8648f28daa41178 Mon Sep 17 00:00:00 2001
From: aalee9263 <144584171+aalee9263@users.noreply.github.com>
Date: Wed, 25 Oct 2023 23:31:11 +0500
Subject: [PATCH] close to final
---
converter.html | 56 +++++++++++++++++++++++++++++++++++++++++++++++
converter.js | 11 ----------
index.html | 59 +++++++++++++++++++++++++-------------------------
script.js | 21 ++++++++++++++++++
style.css | 21 +++++++++---------
5 files changed, 117 insertions(+), 51 deletions(-)
create mode 100644 converter.html
delete mode 100644 converter.js
create mode 100644 script.js
diff --git a/converter.html b/converter.html
new file mode 100644
index 0000000..4ce8f95
--- /dev/null
+++ b/converter.html
@@ -0,0 +1,56 @@
+
+
+
+ Length Converter
+
+
+ Lengths Converter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/converter.js b/converter.js
deleted file mode 100644
index f2d9cce..0000000
--- a/converter.js
+++ /dev/null
@@ -1,11 +0,0 @@
-let celsius = document.getElementById("celsius");
-let farenheit = document.getElementById("farenheit");
-
-function celToFar() {
- let output = (parseFloat(celsius.value) * 9) / 5 + 32;
- farenheit.value = parseFloat(output.toFixed(2));
-}
-function farToCel() {
- let output = ((parseFloat(farenheit.value) - 32) * 5) / 9;
- celsius.value = parseFloat(output.toFixed(2));
-}
diff --git a/index.html b/index.html
index 0cf6a2c..2ae0ae0 100644
--- a/index.html
+++ b/index.html
@@ -5,36 +5,35 @@
-
- Lengths Converter
-
inches,
- feet, yards, kilometers, and miles.
-
-
-
-
-
-
-
+
Lengths Converter
+
+
+
+
+
+
+
+
+
-
+
+