Skip to content

Commit 2cdfb05

Browse files
committed
Add some labels to host page; style to shim.
1 parent abe6394 commit 2cdfb05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

minimal/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<meta http-equiv="content-security-policy" content="frame-src 'none'">
44
</head>
55
<body>
6+
<h1>Host Page</h1>
7+
8+
<h2>Credential Display</h2>
69
<iframe id="renderer" sandbox="allow-scripts allow-modals" srcdoc=""></iframe>
710

811
<script>
@@ -25,6 +28,11 @@
2528
// template value extracted from the original VC
2629
const template = `
2730
<div>
31+
<style>
32+
body { font-family: Arial, sans-serif; }
33+
h1 { color: darkblue; }
34+
</style>
35+
2836
<h1 id="credentialSubject-name"></h1>
2937
<p>Issued by: <span id="issuer-name"></span></p>
3038

0 commit comments

Comments
 (0)