certification with id
This commit is contained in:
parent
7e0b463e46
commit
0bf1951ded
|
|
@ -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
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue