<!DOCTYPE html> | |
<html> | |
<head> | |
<title>perf-scaffold-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 type="text/css" media="screen"> | |
body { | |
margin: 0; | |
padding: 0; | |
} | |
main div { | |
padding: 1em; | |
} | |
</style> | |
</head> | |
<body class="body-sk font-sk darkmode"> | |
<div class="component-goes-here"></div> | |
</body> | |
</html> |