covidpass-greenpass-su-ipho.../public/displayLocallyStoredPDF.html

26 lines
504 B
HTML

<html>
<head>
<style>
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.big-text {
font-size: 64;
}
</style>
<script src='displayLocallyStoredPDF.js'></script>
</head>
<body>
<a class='center big-text' id="mylink">View Receipt</a>
<script>updatePage();</script>
</body>
</html>