our-nostrize/popup.html

19 lines
421 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LD+JSON Content</title>
<style>
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
</style>
</head>
<body>
<h2>LD+JSON Content</h2>
<div id="content"></div>
<script src="popup.js"></script>
</body>
</html>