File size: 691 Bytes
3bae978 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Flat Minima reproduction poster</title>
<style>
html, body, object { width: 100%; height: 100%; margin: 0; }
body { min-height: 900px; background: #f7f7f5; }
</style>
</head>
<body>
<object
data="./audited-release/artifacts/poster/poster_preview.pdf"
type="application/pdf"
aria-label="Digest-bound Flat Minima reproduction poster">
<p>
<a href="./audited-release/artifacts/poster/poster_preview.pdf">
Download the digest-bound reproduction poster (PDF)
</a>
</p>
</object>
</body>
</html>
|