web/public/index.html (36 lines of code) (raw):
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta
content="Explore OpenTelemetry and experiment your OTTL statements on the OTTL Playground!"
name="description"
/>
<meta content="OpenTelemetry, OTel, OTTL, Playground" name="keywords" />
<script src="bundle.js"></script>
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<title>OTTL Playground</title>
<style>
html {
height: calc(100% - 25px);
width: 100%;
overflow: hidden;
}
body {
height: calc(100% - 25px);
width: 100%;
margin: 0;
font-family:
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol';
}
</style>
</head>
<body>
<playground-navbar></playground-navbar>
<playground-stage></playground-stage>
<playground-user-consent-banner></playground-user-consent-banner>
</body>
</html>