<!DOCTYPE html> | |
<html> | |
<head> | |
<title>trace-filter-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 { | |
width: 500px; | |
padding: 16px; | |
} | |
</style> | |
</head> | |
<body class="body-sk"> | |
<h1>trace-filter-sk</h1> | |
<div class="container"> | |
<!-- A trace-filter-sk element will be inserted here dynamically. --> | |
</div> | |
</body> | |
</html> |