certification with id

This commit is contained in:
devdatt 2026-01-01 04:59:37 +05:30
parent 7e0b463e46
commit 0bf1951ded
2 changed files with 10 additions and 1 deletions

View File

@ -164,6 +164,15 @@
full responsibility for compliance with this declaration. full responsibility for compliance with this declaration.
</p> </p>
<div class="section-title">Device ID</div>
<p>
<?php
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$device_id = trim(file_get_contents('/sys/class/dmi/id/product_uuid'));
echo $device_id;
?>
</p>
<div class="signature"> <div class="signature">
<div class="sign-box"> <div class="sign-box">
Devdatt Bhatt aka ShreeBhattji <br> Bhavnagar Devdatt Bhatt aka ShreeBhattji <br> Bhavnagar

View File

@ -268,7 +268,7 @@
<span class="pill"><a style="color: #ffffff;" href="https://wa.me/+918000741919">What's app</a></span> <span class="pill"><a style="color: #ffffff;" href="https://wa.me/+918000741919">What's app</a></span>
<span class="pill"><a style="color: #ffffff;" href="mailto:hello@urmic.org">Email</a></span> <span class="pill"><a style="color: #ffffff;" href="mailto:hello@urmic.org">Email</a></span>
<span class="pill"><a style="color: #ffffff;" href="tel:+918000741919">Call Us</a></span> <span class="pill"><a style="color: #ffffff;" href="tel:+918000741919">Call Us</a></span>
<span class="pill"><a style="color: #ffffff;" href="certification.html">Certificate</a></span> <span class="pill"><a style="color: #ffffff;" href="certification.php">Certificate</a></span>
</div> </div>
<div class="footer"> <div class="footer">