We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5799a commit e93b090Copy full SHA for e93b090
1 file changed
index.html
@@ -67,6 +67,15 @@ <h2>💳 Payment / Kaffaltii</h2>
67
<button type="submit" class="btn btn-wa">💬 WhatsApp Ergi</button>
68
</form>
69
</div>
70
+<div class="card" style="border: 2px solid yellow; text-align: center;">
71
+ <h3>🛠 Machine Diagnostic Logic (JS)</h3>
72
+ <p>Ho'a maashinii keessan asitti yaalaa.</p>
73
+ <button onclick="checkMachineStatus()" class="btn" style="background-color: orange; color: black;">
74
+ Check Machine Health
75
+ </button>
76
+</div>
77
+
78
79
80
<button class="btn btn-pdf" onclick="getPDF()">📄 Technical Guide Download</button>
81
0 commit comments