initial nostreratu

This commit is contained in:
Ludger Sicking 2024-08-20 11:35:23 +02:00
commit da2cfb1bb8
7 changed files with 119 additions and 0 deletions

19
popup.html Normal file
View file

@ -0,0 +1,19 @@
<!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>