co2offset.io
Version:
Greenhouse Gas Accounting - ISO14064
24 lines (22 loc) • 442 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>CO2 Accounting</title>
<style>
.dialog {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
background: rgba(0, 0, 0, 0.5);
-webkit-app-region: no-drag;
}
</style>
</head>
<body class="dialog">
<iframe src="./app/index.html" style="width:100%;height:100%;margin:0px;padding:0px;"></iframe>
</body>
</html>