25 lines
767 B
HTML
25 lines
767 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-security-policy" content="script-src 'self' 'unsafe-inline'" />
|
|
<title>Pickle Glass Header</title>
|
|
<style>
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="header-container" tabindex="0" style="outline: none;">
|
|
<!-- <apikey-header id="apikey-header" style="display: none;"></apikey-header>
|
|
<app-header id="app-header" style="display: none;"></app-header> -->
|
|
</div>
|
|
|
|
<script type="module" src="../../public/build/header.js"></script>
|
|
</body>
|
|
</html>
|