solidity-audit
Version:
Solidity Audit Code
43 lines (37 loc) • 1.28 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./content//css/certificate.css" />
<title>Certificate</title>
</head>
<body>
<img
src="./public/images/bg-certificate.png"
alt="Certificate"
class="bgr"
/>
<div class="content">
<img src="./public/images/Logo.svg" alt="TechRight" class="ic-logo" />
<h1 class="t-certificate">
CERTIFICATE<br />
<span class="h2-of-compliance">OF COMPLIANCE</span>
</h1>
<div class="content-name">
<p class="p-title">Proudly presented to</p>
<button class="b-name">Kristen</button>
</div>
<p class="p-smart-contract">
Smart Contract Address:
<span class="span-smart-contract">0xsajcbkslhcnlkasjcno8699</span>
</p>
<p class="p-date">
For Complying with TechRight AAA Cyber Security Standard for their Smart
Contract <span class="span-date">dated 18 March, 2023</span>
</p>
<p class="p-copyright">© 2023 TechRight</p>
</div>
</body>
</html>