1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
piwik-checker/views/popup.html
2017-07-08 20:10:28 +02:00

14 lines
203 B
HTML

<html>
<head>
<script src="../js/popup.js"></script>
<style>
body {
min-width: 300px;
}
</style>
</head>
<body>
<h2 id="text"></h2>
<p id="popupExplaination"></p>
</body>
</html>