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

15 lines
203 B
HTML
Raw Normal View History

2017-07-08 13:00:50 +02:00
<html>
<head>
2017-07-08 13:03:13 +02:00
<script src="../js/popup.js"></script>
2017-07-08 20:10:28 +02:00
<style>
body {
min-width: 300px;
}
</style>
2017-07-08 13:00:50 +02:00
</head>
<body>
<h2 id="text"></h2>
2017-07-08 20:10:28 +02:00
<p id="popupExplaination"></p>
2017-07-08 13:00:50 +02:00
</body>
</html>