blob: de3b606c16c324ae6bc97155f3774578967d09de [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>dots-legend-sk</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
#container {
align-items: flex-start;
display: flex;
flex-direction: column;
}
dots-legend-sk:first-child {
margin-bottom: 2em;
}
</style>
</head>
<body>
<h2>Some digests</h2>
<div id=some-digests-container>
<!-- A dots-legend-sk element will be inserted here dynamically. -->
</div>
<h2>Too many digests</h1>
<div id=too-many-digests-container>
<!-- A dots-legend-sk element will be inserted here dynamically. -->
</div>
</body>
</html>