internet_mapper_viewer/browser/popup/popup.html
2024-12-13 11:00:51 -07:00

24 lines
374 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<button id="newtab">Open canvas</button>
<button id="replacer">Load page</button>
<p id="output"></p>
<script src="popup.js"></script>
</body>
<style>
html {
background: darkolivegreen;
color: azure;
}
body {
height: 200px;
width: 200px;
}
</style>
</html>