We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33ca9e commit 8f5799aCopy full SHA for 8f5799a
1 file changed
index.html
@@ -76,6 +76,25 @@ <h2>💳 Payment / Kaffaltii</h2>
76
</div>
77
78
<script>
79
+
80
+let ho-a_mootoraa = 85; // Variable (Bakka data kuufamu)
81
82
+if (ho-a_mootoraa > 80) {
83
+ console.log("DANGEROUS: Mootorri baay'ee ho'ee jira!"); // Alarm
84
+} else {
85
+ console.log("NORMAL: Maashiniin nagaatti hojjetaa jira.");
86
+}
87
88
+function checkMachineStatus() {
89
+ let temperature = prompt("Ho'a maashinii (Temperature) galchi:");
90
91
+ if (temperature > 85) {
92
+ alert("⚠️ WARNING: Maashiniin keessan garmalee ho'ee jira! Suphuu qabdu.");
93
+ } else {
94
+ alert("✅ SAFE: Maashiniin keessan haala gaariin hojjetaa jira.");
95
+ }
96
97
98
function sendRequest(e) {
99
e.preventDefault();
100
let n = document.getElementById('name').value;
0 commit comments