Skip to content

Instantly share code, notes, and snippets.

@tejash-jl
Created October 4, 2022 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejash-jl/8e73049780699cb1f5081a0272e56ee2 to your computer and use it in GitHub Desktop.
Save tejash-jl/8e73049780699cb1f5081a0272e56ee2 to your computer and use it in GitHub Desktop.
<html lang="en">
<head>
<style>
.line{text-align:center;font-family: 'Imperial Script';font-size: 2em;}
</style>
</head>
<body style="width: 900px">
<div style="margin: 1em;border: 3px solid darkgoldenrod;border-radius: 5px;background-color: lightgoldenrodyellow;height: 600px">
<div style="padding:1em;text-align:center;font-family: Canterbury;font-size: 4em;">Death Certificate</div>
<table width="100%"><tr>
<td valign="bottom"><img style="float:left;padding-left: 2em;" src="{{qrCode}}" alt="qr_code"/>
</td><td>
<div class="line">
<div>This is to certify that</div>
<div><b>{{credentialSubject.name}}</b></div>
</div>
</td></tr></table>
</div>
</div>
<div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment