diff --git a/public/speed/minperkm.html b/public/speed/minperkm.html
new file mode 100644
index 0000000..fdf795c
--- /dev/null
+++ b/public/speed/minperkm.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+ 0:00 /km
+
+
+
diff --git a/web-editor/src/screen/SpeedEditor.jsx b/web-editor/src/screen/SpeedEditor.jsx
index 0851c6c..8765948 100644
--- a/web-editor/src/screen/SpeedEditor.jsx
+++ b/web-editor/src/screen/SpeedEditor.jsx
@@ -10,6 +10,7 @@ import { scrollbarStyles } from "../theme/editorTheme";
const speedOptions = [
{ name: "MPH", value: "mph" },
{ name: "KMH", value: "kph" },
+ { name: "MIN/KM", value: "minperkm" },
];
function SpeedEditor({