We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe6394 commit 2cdfb05Copy full SHA for 2cdfb05
minimal/index.html
@@ -3,6 +3,9 @@
3
<meta http-equiv="content-security-policy" content="frame-src 'none'">
4
</head>
5
<body>
6
+ <h1>Host Page</h1>
7
+
8
+ <h2>Credential Display</h2>
9
<iframe id="renderer" sandbox="allow-scripts allow-modals" srcdoc=""></iframe>
10
11
<script>
@@ -25,6 +28,11 @@
25
28
// template value extracted from the original VC
26
29
const template = `
27
30
<div>
31
+ <style>
32
+ body { font-family: Arial, sans-serif; }
33
+ h1 { color: darkblue; }
34
+ </style>
35
36
<h1 id="credentialSubject-name"></h1>
37
<p>Issued by: <span id="issuer-name"></span></p>
38
0 commit comments