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/panel.html

19 lines
615 B
HTML
Raw Normal View History

2017-07-06 14:35:58 +02:00
<html>
<head>
2017-07-08 16:50:28 +02:00
<link rel="stylesheet" href="../bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="../bootstrap/css/bootstrap.min.css">
2017-07-08 16:47:50 +02:00
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>-->
2017-07-08 13:03:13 +02:00
<script src="../js/panel.js"></script>
2017-07-06 14:35:58 +02:00
</head>
<body>
2017-07-08 16:47:50 +02:00
<div class="container">
<h2>DevTools panel</h2>
<button id="start">Static Test</button>
<table class="table"></table>
<pre id="json"></pre>
</div>
2017-07-06 14:35:58 +02:00
</body>
</html>